[commit: packages/haskell98] master: Bump `base` constraint (737333d)

git at git.haskell.org git at git.haskell.org
Tue Sep 9 15:03:26 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/haskell98.git/commitdiff/737333db1a8eaed9312268e02bade5344d175d05

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

commit 737333db1a8eaed9312268e02bade5344d175d05
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Sep 9 17:02:51 2014 +0200

    Bump `base` constraint


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

737333db1a8eaed9312268e02bade5344d175d05
 changelog.md    |  4 ++++
 haskell98.cabal | 11 +++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/changelog.md b/changelog.md
index 4509de5..0fec6a3 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog for [`haskell98` package](http://hackage.haskell.org/package/haskell98)
 
+## 2.0.0.4 *TBA*
+
+  - Bundled with GHC 7.10.1
+
 ## 2.0.0.3 *Mar 2014*
 
   - Bundled with GHC 7.8.1
diff --git a/haskell98.cabal b/haskell98.cabal
index 8a22c65..e28430d 100644
--- a/haskell98.cabal
+++ b/haskell98.cabal
@@ -1,6 +1,6 @@
 name:           haskell98
-version:        2.0.0.3
--- GHC 7.6.1 released with 2.0.0.2
+version:        2.0.0.4
+-- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE
 maintainer:     libraries at haskell.org
@@ -24,11 +24,6 @@ source-repository head
     type:     git
     location: http://git.haskell.org/packages/haskell98.git
 
-source-repository this
-    type:     git
-    location: http://git.haskell.org/packages/haskell98.git
-    tag:      haskell98-2.0.0.3-release
-
 Library
     default-language: Haskell98
     other-extensions:
@@ -43,7 +38,7 @@ Library
 
     build-depends:
         array       >= 0.5 && < 0.6,
-        base        >= 4.7 && < 4.8,
+        base        >= 4.7 && < 4.9,
         directory   >= 1.2 && < 1.3,
         old-locale  >= 1.0 && < 1.1,
         old-time    >= 1.1 && < 1.2,



More information about the ghc-commits mailing list