summaryrefslogtreecommitdiff
path: root/utils/hpc
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-07-10 17:58:41 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-07-19 19:58:19 +0100
commit0f693381e356ec90ee72ab40b21b74cbf4e20eb3 (patch)
treec497df2121efce6528fd3df545129b61c468ae42 /utils/hpc
parentd3668ed8211cfd8c2bc1496f674a7706ed29da15 (diff)
downloadhaskell-0f693381e356ec90ee72ab40b21b74cbf4e20eb3.tar.gz
Update dependencies.
Diffstat (limited to 'utils/hpc')
-rw-r--r--utils/hpc/hpc-bin.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal
index cd66853e5e..c9afba58f1 100644
--- a/utils/hpc/hpc-bin.cabal
+++ b/utils/hpc/hpc-bin.cabal
@@ -31,9 +31,9 @@ Executable hpc
Build-Depends: base < 3
if flag(base3) || flag(base4)
- Build-Depends: directory >= 1 && < 1.1,
- containers >= 0.1 && < 0.3,
- array >= 0.1 && < 0.3
+ Build-Depends: directory >= 1 && < 1.2,
+ containers >= 0.1 && < 0.6,
+ array >= 0.1 && < 0.5
Build-Depends: haskell98, hpc
Extensions: CPP