[commit: packages/haskeline] master: Bump upper bound on base (c534c65)
git at git.haskell.org
git at git.haskell.org
Thu Sep 21 18:03:15 UTC 2017
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/c534c657b379b375e26c3fe66d39b26a2e685442
>---------------------------------------------------------------
commit c534c657b379b375e26c3fe66d39b26a2e685442
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Sep 15 12:10:57 2017 -0400
Bump upper bound on base
>---------------------------------------------------------------
c534c657b379b375e26c3fe66d39b26a2e685442
haskeline.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haskeline.cabal b/haskeline.cabal
index 740e594..e15ada4 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -43,7 +43,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.11, containers>=0.4 && < 0.6,
+ Build-depends: base >=4.5 && < 4.12, containers>=0.4 && < 0.6,
directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.11,
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6,
process >= 1.0 && < 1.7, stm >= 2.4 && < 2.5
More information about the ghc-commits
mailing list