summaryrefslogtreecommitdiff
path: root/utils/runghc
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-07-06 20:25:28 +0100
committerIan Lynagh <igloo@earth.li>2011-07-08 13:12:04 +0100
commitc9b0b57d269d5df6fd1b067d6fe9d9594bebc6f1 (patch)
tree498dad29ce506e92727abf327d335c796f2d1beb /utils/runghc
parentf15f210baa9e6bb24e060470e120efe67af68572 (diff)
downloadhaskell-c9b0b57d269d5df6fd1b067d6fe9d9594bebc6f1.tar.gz
Relax some dependencies
Diffstat (limited to 'utils/runghc')
-rw-r--r--utils/runghc/runghc.cabal.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in
index 7dfdc97a5d..3bab879c91 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.2,
- process >= 1 && < 1.1
+ process >= 1 && < 1.2
else
Build-Depends: base < 3
Build-Depends: filepath