diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2012-08-14 12:59:21 +0100 |
---|---|---|
committer | Paolo Capriotti <p.capriotti@gmail.com> | 2012-09-09 14:40:31 +0100 |
commit | c3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939 (patch) | |
tree | ac27e4d27975c1f8eb5b97b34da8b77d8b1ba553 /utils/hpc | |
parent | bf2d58c2356578e87c1b09de0636a7cf57c71fe7 (diff) | |
download | haskell-c3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939.tar.gz |
Update dependency on directory.
Diffstat (limited to 'utils/hpc')
-rw-r--r-- | utils/hpc/hpc-bin.cabal | 2 |
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 |