[commit: packages/haskeline] release-0.7.2.3: Bump version to 0.7.2.3. (8addaa2)

git at git.haskell.org git at git.haskell.org
Sun Apr 17 18:38:52 UTC 2016


Repository : ssh://git@git.haskell.org/haskeline

On branch  : release-0.7.2.3
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/8addaa2f6f4256da76bac4075316597d0b1d8f67

>---------------------------------------------------------------

commit 8addaa2f6f4256da76bac4075316597d0b1d8f67
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date:   Sun Apr 17 11:05:11 2016 -0700

    Bump version to 0.7.2.3.


>---------------------------------------------------------------

8addaa2f6f4256da76bac4075316597d0b1d8f67
 Changelog       | 5 +++++
 haskeline.cabal | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
index e559185..7b1f5e2 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+Changed in version 0.7.2.3:
+   * Fix hsc2hs-related warning on ghc-8
+   * Fix the behavior of ctrl-W in the emacs bindings
+   * Point to github instead of trac
+
 Changed in version 0.7.2.2:
    * Fix Linux to Windows cross-compile
    * Canonicalize AMP instances to make the code more future proof
diff --git a/haskeline.cabal b/haskeline.cabal
index a32f414..35ecb26 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -1,6 +1,6 @@
 Name:           haskeline
 Cabal-Version:  >=1.10
-Version:        0.7.2.2
+Version:        0.7.2.3
 Category:       User Interfaces
 License:        BSD3
 License-File:   LICENSE



More information about the ghc-commits mailing list