summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/ghc.cabal.in4
-rw-r--r--utils/hpc/hpc-bin.cabal4
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