[commit: packages/directory] master: Allow filepath-1.4 (7233248)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:38:37 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7233248952648ed4dd213f91ed52af2317a3f23b/directory
>---------------------------------------------------------------
commit 7233248952648ed4dd213f91ed52af2317a3f23b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Mar 11 08:49:43 2015 +0100
Allow filepath-1.4
See haskell/filepath at d039d5ae7c070452a443219fdb7df65508567338
>---------------------------------------------------------------
7233248952648ed4dd213f91ed52af2317a3f23b
directory.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/directory.cabal b/directory.cabal
index 0a041c1..52e0116 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -73,7 +73,7 @@ Library
build-depends:
base >= 4.5 && < 4.9,
time >= 1.4 && < 1.6,
- filepath >= 1.3 && < 1.4
+ filepath >= 1.3 && < 1.5
if os(windows)
build-depends: Win32 >= 2.2.2 && < 2.4
else
More information about the ghc-commits
mailing list