diff options
author | Ian Lynagh <igloo@earth.li> | 2008-09-20 18:35:34 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-09-20 18:35:34 +0000 |
commit | f23f0af4984014a84faffde9e328b1bf6360be38 (patch) | |
tree | 27efad8b2288dce9bd6577b162bff495486dc965 /utils | |
parent | e5e6f6a16796cba5e2b6bd376481cf2cd0ba9734 (diff) | |
download | haskell-f23f0af4984014a84faffde9e328b1bf6360be38.tar.gz |
Update dependencies
Diffstat (limited to 'utils')
-rw-r--r-- | utils/hpc/hpc-bin.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal index 893af9ef7f..cd66853e5e 100644 --- a/utils/hpc/hpc-bin.cabal +++ b/utils/hpc/hpc-bin.cabal @@ -32,8 +32,8 @@ Executable hpc if flag(base3) || flag(base4) Build-Depends: directory >= 1 && < 1.1, - containers >= 0.1 && < 0.2, - array >= 0.1 && < 0.2 + containers >= 0.1 && < 0.3, + array >= 0.1 && < 0.3 Build-Depends: haskell98, hpc Extensions: CPP |