[commit: packages/hpc] master: Bump directory upper bound to <1.4 (8625c1c)
git at git.haskell.org
git at git.haskell.org
Tue Dec 6 22:23:03 UTC 2016
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/8625c1c0550719437acad89d49401cf048990084
>---------------------------------------------------------------
commit 8625c1c0550719437acad89d49401cf048990084
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Dec 6 17:21:24 2016 -0500
Bump directory upper bound to <1.4
>---------------------------------------------------------------
8625c1c0550719437acad89d49401cf048990084
hpc.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hpc.cabal b/hpc.cabal
index 6ae6aa9..994ca28 100644
--- a/hpc.cabal
+++ b/hpc.cabal
@@ -37,7 +37,7 @@ Library
Build-Depends:
base >= 4.4.1 && < 4.11,
containers >= 0.4.1 && < 0.6,
- directory >= 1.1 && < 1.3,
+ directory >= 1.1 && < 1.4,
filepath >= 1 && < 1.5,
time >= 1.2 && < 1.7
ghc-options: -Wall
More information about the ghc-commits
mailing list