[commit: packages/haskell2010] master: Bump `base` constraint (acf64b6)

git at git.haskell.org git at git.haskell.org
Tue Sep 9 15:01:29 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/haskell2010.git/commitdiff/acf64b69b05aab78d67461facaf83d4473c05959

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

commit acf64b69b05aab78d67461facaf83d4473c05959
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Sep 9 16:59:13 2014 +0200

    Bump `base` constraint


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

acf64b69b05aab78d67461facaf83d4473c05959
 changelog.md      |  4 ++++
 haskell2010.cabal | 11 +++--------
 2 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/changelog.md b/changelog.md
index 87d0012..de2739a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog for [`haskell2010` package](http://hackage.haskell.org/package/haskell2010)
 
+## 1.1.2.1  *TBA*
+
+  - Bundled with GHC 7.10.1
+
 ## 1.1.2.0  *Mar 2014*
 
   - Bundled with GHC 7.8.1
diff --git a/haskell2010.cabal b/haskell2010.cabal
index 4cc8167..cb8d539 100644
--- a/haskell2010.cabal
+++ b/haskell2010.cabal
@@ -1,6 +1,6 @@
 name:           haskell2010
-version:        1.1.2.0
--- GHC 7.6.1 released with 1.1.1.0
+version:        1.1.2.1
+-- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE
 maintainer:     libraries at haskell.org
@@ -21,11 +21,6 @@ source-repository head
     type:     git
     location: http://git.haskell.org/packages/haskell2010.git
 
-source-repository this
-    type:     git
-    location: http://git.haskell.org/packages/haskell2010.git
-    tag:      haskell2010-1.1.2.0-release
-
 Library
     default-language: Haskell2010
     other-extensions:
@@ -39,7 +34,7 @@ Library
 
     build-depends:
         array >= 0.5 && < 0.6,
-        base  >= 4.7 && < 4.8
+        base  >= 4.7 && < 4.9
 
     -- this hack adds a dependency on ghc-prim for Haddock.  The GHC
     -- build system doesn't seem to track transitive dependencies when



More information about the ghc-commits mailing list