[commit: packages/haskeline] master: Relax upper bound to allow upcoming `transformers-0.5` (285f032)
git at git.haskell.org
git at git.haskell.org
Wed Dec 16 22:37:02 UTC 2015
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/285f0325dce25f08f51318b6806bb21a045e3c9e
>---------------------------------------------------------------
commit 285f0325dce25f08f51318b6806bb21a045e3c9e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Dec 16 17:09:30 2015 +0100
Relax upper bound to allow upcoming `transformers-0.5`
GHC 8.0 will ship with the not yet released `transformers-0.5.0.0`
release.
>---------------------------------------------------------------
285f0325dce25f08f51318b6806bb21a045e3c9e
haskeline.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haskeline.cabal b/haskeline.cabal
index b1e41ae..508312b 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -52,7 +52,7 @@ flag legacy-encoding
Library
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
+ filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.6
Default-Language: Haskell98
Default-Extensions:
ForeignFunctionInterface, Rank2Types, FlexibleInstances,
More information about the ghc-commits
mailing list