[commit: packages/haskeline] master: Allow new filepath-1.4 (6d046de)
git at git.haskell.org
git at git.haskell.org
Wed Mar 11 13:19:55 UTC 2015
Repository : ssh://git@git.haskell.org/haskeline
On branch : master
Link : http://git.haskell.org/packages/haskeline.git/commitdiff/6d046de06d9f2ee550b697dfcfdafd6547c57501
>---------------------------------------------------------------
commit 6d046de06d9f2ee550b697dfcfdafd6547c57501
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Mar 11 09:19:25 2015 +0100
Allow new filepath-1.4
See haskell/filepath at d039d5ae7c070452a443219fdb7df65508567338
>---------------------------------------------------------------
6d046de06d9f2ee550b697dfcfdafd6547c57501
haskeline.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/haskeline.cabal b/haskeline.cabal
index d1fe65a..c37129c 100644
--- a/haskeline.cabal
+++ b/haskeline.cabal
@@ -52,7 +52,7 @@ flag legacy-encoding
Library
Build-depends: base >=4.3 && < 4.9, containers>=0.4 && < 0.6,
directory>=1.1 && < 1.3, bytestring>=0.9 && < 0.11,
- filepath >= 1.2 && < 1.4, transformers >= 0.2 && < 0.5
+ filepath >= 1.2 && < 1.5, transformers >= 0.2 && < 0.5
Default-Language: Haskell98
Default-Extensions:
ForeignFunctionInterface, Rank2Types, FlexibleInstances,
More information about the ghc-commits
mailing list