[commit: packages/haskeline] master: Bump upper bound on base (db4413d)

git at git.haskell.org git at git.haskell.org
Tue Dec 13 19:22:15 UTC 2016


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

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

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

commit db4413d49b836c7cdfade489fd504e559bb2ba71
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Nov 15 14:35:44 2016 -0500

    Bump upper bound on base


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

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

diff --git a/haskeline.cabal b/haskeline.cabal
index af32974..1a9b86e 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -42,7 +42,7 @@ Library
     -- We require ghc>=7.4.1 (base>=4.5) to use the base library encodings, even
     -- though it was implemented in earlier releases, due to GHC bug #5436 which
     -- wasn't fixed until 7.4.1
-    Build-depends: base >=4.5 && < 4.10, containers>=0.4 && < 0.6,
+    Build-depends: base >=4.5 && < 4.11, containers>=0.4 && < 0.6,
                    directory>=1.1 && < 1.3, bytestring>=0.9 && < 0.11,
                    filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6
     Default-Language: Haskell98



More information about the ghc-commits mailing list