[commit: packages/haskeline] ghc-head: Bump version to 0.7.1.0 and add up-to-date CHANGES. (d1e509b)
git at git.haskell.org
git at git.haskell.org
Wed Jan 15 08:27:53 UTC 2014
Repository : ssh://git@git.haskell.org/haskeline
On branch : ghc-head
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/d1e509bc4c01614093b31b6727e67e2a525345e0
>---------------------------------------------------------------
commit d1e509bc4c01614093b31b6727e67e2a525345e0
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date: Sat Nov 2 15:20:55 2013 -0700
Bump version to 0.7.1.0 and add up-to-date CHANGES.
Updating the minor version number since we've added 'catches'
to System.Console.Haskeline.MonadException.
>---------------------------------------------------------------
d1e509bc4c01614093b31b6727e67e2a525345e0
CHANGES | 7 +++++++
haskeline.cabal | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/CHANGES b/CHANGES
index 37fea6e..21233ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,10 @@
+Changed in version 0.7.1.0:
+ * Fix build with ghc-7.8.
+ * Fix build with ghc-6.12.3.
+ * Fix build on Android.
+ * Fix build on Win64.
+ * Add 'catches' to System.Console.Haskeline.MonadException.
+
Changed in version 0.7.0.3:
* Fix build with ghc>=7.6.1.
diff --git a/haskeline.cabal b/haskeline.cabal
index 0fb2082..215643e 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -1,6 +1,6 @@
Name: haskeline
Cabal-Version: >=1.6
-Version: 0.7.0.4
+Version: 0.7.1.0
Category: User Interfaces
License: BSD3
License-File: LICENSE
More information about the ghc-commits
mailing list