Bump dependencies
authorIan Lynagh <igloo@earth.li>
Fri, 17 Sep 2010 18:36:09 +0000 (18:36 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 17 Sep 2010 18:36:09 +0000 (18:36 +0000)
compiler/ghc.cabal.in
ghc/ghc-bin.cabal.in
utils/ghc-pkg/ghc-pkg.cabal

index d2a199b..a7f5242 100644 (file)
@@ -64,7 +64,7 @@ Library
         Build-Depends: base       < 3
 
     if flag(base3) || flag(base4)
         Build-Depends: base       < 3
 
     if flag(base3) || flag(base4)
-        Build-Depends: directory  >= 1   && < 1.1,
+        Build-Depends: directory  >= 1   && < 1.2,
                        process    >= 1   && < 1.1,
                        bytestring >= 0.9 && < 0.10,
                        old-time   >= 1   && < 1.1,
                        process    >= 1   && < 1.1,
                        bytestring >= 0.9 && < 0.10,
                        old-time   >= 1   && < 1.1,
index df3b515..888883a 100644 (file)
@@ -30,7 +30,7 @@ Executable ghc
         Build-Depends: base       >= 3   && < 5,
                        array      >= 0.1 && < 0.3,
                        bytestring >= 0.9 && < 0.10,
         Build-Depends: base       >= 3   && < 5,
                        array      >= 0.1 && < 0.3,
                        bytestring >= 0.9 && < 0.10,
-                       directory  >= 1   && < 1.1,
+                       directory  >= 1   && < 1.2,
                        process    >= 1   && < 1.1
     else
         Build-Depends: base < 3
                        process    >= 1   && < 1.1
     else
         Build-Depends: base < 3
index eb54d84..e04ec32 100644 (file)
@@ -19,7 +19,7 @@ Executable ghc-pkg
     Extensions: CPP, ForeignFunctionInterface
 
     Build-Depends: base       >= 4   && < 5,
     Extensions: CPP, ForeignFunctionInterface
 
     Build-Depends: base       >= 4   && < 5,
-                   directory  >= 1   && < 1.1,
+                   directory  >= 1   && < 1.2,
                    process    >= 1   && < 1.1,
                    haskell98,
                    filepath,
                    process    >= 1   && < 1.1,
                    haskell98,
                    filepath,