[commit: packages/haskeline] master: Bump version to 0.7.4.1 and add changelog. (6f7e422)

git at git.haskell.org git at git.haskell.org
Sun Feb 18 17:06:35 UTC 2018


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

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/6f7e422f6d47a54621951d72c2de41bbd872e586

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

commit 6f7e422f6d47a54621951d72c2de41bbd872e586
Author: Judah Jacobson <judah at users.noreply.github.com>
Date:   Sat Dec 2 04:19:44 2017 -0800

    Bump version to 0.7.4.1 and add changelog.


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

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

diff --git a/Changelog b/Changelog
index e3e6d05..941eaca 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+Changed in version 0.7.4.1:
+   * Bump upper bound on base to support ghc-8.4
+   * Use `TChan` from `stm` rather than `Chan`
+   * Update the homepage since trac.haskell.org has shut down
+
 Changed in version 0.7.4.0:
    * Properly process Unicode key events on Windows.
    * Add an instance MonadExcept IdentityT.
diff --git a/haskeline.cabal b/haskeline.cabal
index 700fada..1123a45 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -1,6 +1,6 @@
 Name:           haskeline
 Cabal-Version:  >=1.10
-Version:        0.7.4.0
+Version:        0.7.4.1
 Category:       User Interfaces
 License:        BSD3
 License-File:   LICENSE



More information about the ghc-commits mailing list