diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-25 12:09:07 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-25 12:09:07 +0000 |
commit | 94368cd8a82872a16ee07ed8444a37939f3fe482 (patch) | |
tree | b883b85bd6d581820aaecca32fa6f9cf0c857faf /utils/runghc | |
parent | 58a669d486c151eeacc353cad000891a56e8b68f (diff) | |
download | haskell-94368cd8a82872a16ee07ed8444a37939f3fe482.tar.gz |
Get everything building with base 4 in the HEAD
Some things were using the base3 compat library.
Diffstat (limited to 'utils/runghc')
-rw-r--r-- | utils/runghc/runghc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/runghc/runghc.cabal b/utils/runghc/runghc.cabal index c3620def58..876e97d41a 100644 --- a/utils/runghc/runghc.cabal +++ b/utils/runghc/runghc.cabal @@ -20,7 +20,7 @@ Executable runghc Main-Is: runghc.hs if flag(base3) - Build-Depends: base >= 3 && < 4, + Build-Depends: base >= 3 && < 5, directory >= 1 && < 1.1, process >= 1 && < 1.1 else |