diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-23 22:29:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-23 22:29:41 +0000 |
commit | b816369636e9a7a16a9dee9195054fdc852c5285 (patch) | |
tree | c6c5d9cf51dc0d769c60d2bc0d22c584b5d11571 /ghc | |
parent | bd72e9436d244c09946a7795c41c4b4b62dd53a5 (diff) | |
download | haskell-b816369636e9a7a16a9dee9195054fdc852c5285.tar.gz |
st is now split off from base
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/ghc-bin.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal b/ghc/ghc-bin.cabal index 95059c72d5..ede227bd5f 100644 --- a/ghc/ghc-bin.cabal +++ b/ghc/ghc-bin.cabal @@ -25,7 +25,7 @@ Flag ghci Executable ghc Main-Is: Main.hs if flag(base3) - Build-Depends: base >= 3 && < 4, + Build-Depends: base >= 3 && < 5, directory >= 1 && < 1.1 else Build-Depends: base < 3 |