summaryrefslogtreecommitdiff
path: root/utils/runghc/runghc.cabal.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-10-06 16:06:56 +0000
committerIan Lynagh <igloo@earth.li>2010-10-06 16:06:56 +0000
commit04d3b8d7ad637c6e5b8b8004a0555c4f1ead83dc (patch)
treebbabb0fc09d196d945d1c871419018ecae711af7 /utils/runghc/runghc.cabal.in
parent5e54b553bbb112167412ee9164135d56b06f5721 (diff)
downloadhaskell-04d3b8d7ad637c6e5b8b8004a0555c4f1ead83dc.tar.gz
Fix build following haskell98 and -fglasgow-exts changes
Diffstat (limited to 'utils/runghc/runghc.cabal.in')
-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 7b3fc1b13a..7dfdc97a5d 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.1,
+ directory >= 1 && < 1.2,
process >= 1 && < 1.1
else
Build-Depends: base < 3