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 | |
parent | e5e6f6a16796cba5e2b6bd376481cf2cd0ba9734 (diff) | |
download | haskell-f23f0af4984014a84faffde9e328b1bf6360be38.tar.gz |
Update dependencies
-rw-r--r-- | compiler/ghc.cabal.in | 4 | ||||
-rw-r--r-- | utils/hpc/hpc-bin.cabal | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 156a2f8ad8..7596dde4d7 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -57,8 +57,8 @@ Library process >= 1 && < 1.1, bytestring >= 0.9 && < 0.10, old-time >= 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: filepath >= 1 && < 1.2 Build-Depends: haskell98, Cabal, hpc 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 |