summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-11-30 17:55:56 +0000
committerIan Lynagh <ian@well-typed.com>2012-11-30 17:55:56 +0000
commitd2ff25f8a38466753f403278dbae5bd7f4829142 (patch)
treeb5f4ec611061888241e8b8f3a6d6ebb4e605321d /utils
parente305fc74c22ff40d345780e418da0056eb3720df (diff)
downloadhaskell-d2ff25f8a38466753f403278dbae5bd7f4829142.tar.gz
Update dependencies
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-pkg/ghc-pkg.cabal2
-rw-r--r--utils/runghc/runghc.cabal.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/ghc-pkg/ghc-pkg.cabal b/utils/ghc-pkg/ghc-pkg.cabal
index d437882220..e7f1d539ac 100644
--- a/utils/ghc-pkg/ghc-pkg.cabal
+++ b/utils/ghc-pkg/ghc-pkg.cabal
@@ -20,7 +20,7 @@ Executable ghc-pkg
Build-Depends: base >= 4 && < 5,
directory >= 1 && < 1.3,
- process >= 1 && < 1.2,
+ process >= 1 && < 1.3,
filepath,
Cabal,
binary,
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 333ed20f9d..f9cbacca54 100644
--- a/utils/runghc/runghc.cabal.in
+++ b/utils/runghc/runghc.cabal.in
@@ -21,7 +21,7 @@ Executable runghc
if flag(base3)
Build-Depends: base >= 3 && < 5,
directory >= 1 && < 1.3,
- process >= 1 && < 1.2
+ process >= 1 && < 1.3
else
Build-Depends: base < 3
Build-Depends: filepath