[commit: packages/haskeline] master: Bump upper bound on `base` to accomodate GHC HEAD-to-become-7.10 (d62474e)

git at git.haskell.org git at git.haskell.org
Tue Sep 9 16:37:00 UTC 2014


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

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

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

commit d62474efd5256a0668634f612f078a1c730a8d07
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Tue Sep 9 16:49:15 2014 +0200

    Bump upper bound on `base` to accomodate GHC HEAD-to-become-7.10
    
    base needed a major version bump due to AMP landing


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

d62474efd5256a0668634f612f078a1c730a8d07
 haskeline.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskeline.cabal b/haskeline.cabal
index 84166bf..404bf65 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -50,7 +50,7 @@ flag legacy-encoding
     Default: False
 
 Library
-    Build-depends: base >=4.3 && < 4.8, containers>=0.4 && < 0.6,
+    Build-depends: base >=4.3 && < 4.9, containers>=0.4 && < 0.6,
                    directory>=1.1 && < 1.3, bytestring>=0.9 && < 0.11,
                    filepath >= 1.2 && < 1.4, transformers >= 0.2 && < 0.5
     Default-Language: Haskell98



More information about the ghc-commits mailing list