summaryrefslogtreecommitdiff
path: root/utils/hpc
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-08-14 12:59:21 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-09-09 14:40:31 +0100
commitc3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939 (patch)
treeac27e4d27975c1f8eb5b97b34da8b77d8b1ba553 /utils/hpc
parentbf2d58c2356578e87c1b09de0636a7cf57c71fe7 (diff)
downloadhaskell-c3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939.tar.gz
Update dependency on directory.
Diffstat (limited to 'utils/hpc')
-rw-r--r--utils/hpc/hpc-bin.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal
index c9afba58f1..133ea5fb35 100644
--- a/utils/hpc/hpc-bin.cabal
+++ b/utils/hpc/hpc-bin.cabal
@@ -31,7 +31,7 @@ Executable hpc
Build-Depends: base < 3
if flag(base3) || flag(base4)
- Build-Depends: directory >= 1 && < 1.2,
+ Build-Depends: directory >= 1 && < 1.3,
containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.5
Build-Depends: haskell98, hpc