Update dependencies
authorIan Lynagh <igloo@earth.li>
Sat, 20 Sep 2008 18:35:34 +0000 (18:35 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 20 Sep 2008 18:35:34 +0000 (18:35 +0000)
compiler/ghc.cabal.in
utils/hpc/hpc-bin.cabal

index 156a2f8..7596dde 100644 (file)
@@ -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
index 893af9e..cd66853 100644 (file)
@@ -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