[commit: packages/haskeline] master: Bump upper bound on containers (8b73041)
git at git.haskell.org
git at git.haskell.org
Wed Jun 20 19:25:46 UTC 2018
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/8b7304146156089cd3d11ee1d809982fc0870a01
>---------------------------------------------------------------
commit 8b7304146156089cd3d11ee1d809982fc0870a01
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Jun 18 12:33:26 2018 -0400
Bump upper bound on containers
>---------------------------------------------------------------
8b7304146156089cd3d11ee1d809982fc0870a01
haskeline.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haskeline.cabal b/haskeline.cabal
index 6620f53..1750d40 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.13, containers>=0.4 && < 0.6,
+ Build-depends: base >=4.5 && < 4.13, containers>=0.4 && < 0.7,
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.6
More information about the ghc-commits
mailing list