summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-08-14 12:59:21 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-09-09 14:40:31 +0100
commitc3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939 (patch)
treeac27e4d27975c1f8eb5b97b34da8b77d8b1ba553 /utils
parentbf2d58c2356578e87c1b09de0636a7cf57c71fe7 (diff)
downloadhaskell-c3b6b3fb1c54adaa3cd88d7c06d80a48c7b90939.tar.gz
Update dependency on directory.
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-cabal/ghc-cabal.cabal2
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal2
-rw-r--r--utils/ghc-pwd/ghc-pwd.cabal2
-rw-r--r--utils/hpc/hpc-bin.cabal2
-rw-r--r--utils/runghc/runghc.cabal.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/utils/ghc-cabal/ghc-cabal.cabal b/utils/ghc-cabal/ghc-cabal.cabal
index cc6fbee99b..864620487d 100644
--- a/utils/ghc-cabal/ghc-cabal.cabal
+++ b/utils/ghc-cabal/ghc-cabal.cabal
@@ -18,6 +18,6 @@ Executable ghc-cabal
Build-Depends: base >= 3 && < 5,
bytestring >= 0.10 && < 0.11,
Cabal >= 1.10 && < 1.18,
- directory >= 1.1 && < 1.2,
+ directory >= 1.1 && < 1.3,
filepath >= 1.2 && < 1.4
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index 4f96dcc4ba..d437882220 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, NondecreasingIndentation
Build-Depends: base >= 4 && < 5,
- directory >= 1 && < 1.2,
+ directory >= 1 && < 1.3,
process >= 1 && < 1.2,
filepath,
Cabal,
diff --git a/utils/ghc-pwd/ghc-pwd.cabal b/utils/ghc-pwd/ghc-pwd.cabal
index 8fae857e16..ba2eb63b82 100644
--- a/utils/ghc-pwd/ghc-pwd.cabal
+++ b/utils/ghc-pwd/ghc-pwd.cabal
@@ -14,5 +14,5 @@ cabal-version: >=1.2
Executable ghc-pwd
Main-Is: ghc-pwd.hs
Build-Depends: base >= 3 && < 5,
- directory >= 1 && < 1.2
+ directory >= 1 && < 1.3
diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal
index c9afba58f1..133ea5fb35 100644
--- a/utils/hpc/hpc-bin.cabal
+++ b/utils/hpc/hpc-bin.cabal
@@ -31,7 +31,7 @@ Executable hpc
Build-Depends: base < 3
if flag(base3) || flag(base4)
- Build-Depends: directory >= 1 && < 1.2,
+ Build-Depends: directory >= 1 && < 1.3,
containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.5
Build-Depends: haskell98, hpc
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 3bab879c91..333ed20f9d 100644
--- a/utils/runghc/runghc.cabal.in
+++ b/utils/runghc/runghc.cabal.in
@@ -20,7 +20,7 @@ Executable runghc
if flag(base3)
Build-Depends: base >= 3 && < 5,
- directory >= 1 && < 1.2,
+ directory >= 1 && < 1.3,
process >= 1 && < 1.2
else
Build-Depends: base < 3