[commit: packages/haskeline] master: GHC 8 is gonna come with base-4.9 (adac43f)
git at git.haskell.org
git at git.haskell.org
Wed Oct 28 20:04:49 UTC 2015
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/adac43fa0695cdb26c9f0cda11a672bfea46dd6e
>---------------------------------------------------------------
commit adac43fa0695cdb26c9f0cda11a672bfea46dd6e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Oct 28 09:32:47 2015 +0100
GHC 8 is gonna come with base-4.9
>---------------------------------------------------------------
adac43fa0695cdb26c9f0cda11a672bfea46dd6e
haskeline.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haskeline.cabal b/haskeline.cabal
index b709ee3..b1e41ae 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -50,7 +50,7 @@ flag legacy-encoding
Default: False
Library
- Build-depends: base >=4.3 && < 4.9, containers>=0.4 && < 0.6,
+ Build-depends: base >=4.3 && < 4.10, containers>=0.4 && < 0.6,
directory>=1.1 && < 1.3, bytestring>=0.9 && < 0.11,
filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.5
Default-Language: Haskell98
More information about the ghc-commits
mailing list