summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler/ghc.cabal.in2
-rw-r--r--ghc/ghc-bin.cabal.in2
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal2
3 files changed, 3 insertions, 3 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index d2a199b974..a7f5242981 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -64,7 +64,7 @@ Library
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,
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in
index df3b515386..888883a856 100644
--- a/ghc/ghc-bin.cabal.in
+++ b/ghc/ghc-bin.cabal.in
@@ -30,7 +30,7 @@ Executable ghc
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
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index eb54d84717..e04ec322ad 100644
--- a/utils/ghc-pkg/ghc-pkg.cabal
+++ b/utils/ghc-pkg/ghc-pkg.cabal
@@ -19,7 +19,7 @@ Executable ghc-pkg
Extensions: CPP, ForeignFunctionInterface
Build-Depends: base >= 4 && < 5,
- directory >= 1 && < 1.1,
+ directory >= 1 && < 1.2,
process >= 1 && < 1.1,
haskell98,
filepath,