[commit: packages/haskeline] master: Bump directory upper bound to < 1.4 (8fd5b99)
git at git.haskell.org
git at git.haskell.org
Tue Dec 13 19:22:19 UTC 2016
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/8fd5b99666277a8f1f988dcd6d751f0d98b05668
>---------------------------------------------------------------
commit 8fd5b99666277a8f1f988dcd6d751f0d98b05668
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Dec 6 17:41:16 2016 -0500
Bump directory upper bound to < 1.4
>---------------------------------------------------------------
8fd5b99666277a8f1f988dcd6d751f0d98b05668
haskeline.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haskeline.cabal b/haskeline.cabal
index 1a9b86e..b7949de 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -43,7 +43,7 @@ Library
-- 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,
- directory>=1.1 && < 1.3, bytestring>=0.9 && < 0.11,
+ directory>=1.1 && < 1.4, bytestring>=0.9 && < 0.11,
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6
Default-Language: Haskell98
Default-Extensions:
More information about the ghc-commits
mailing list