X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fghc-bin.cabal.in;h=a9d150be23d000ae73377369bb7f0a9a24a040fd;hb=a3be88fd60cc63b97ec8509f46a8d93025760792;hp=3374edf62d930379758d8135086e968d5d2951fe;hpb=34cc75e1a62638f2833815746ebce0a9114dc26b;p=ghc-hetmet.git diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 3374edf..a9d150b 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -18,25 +18,33 @@ Data-Files: extra-gcc-opts Build-Type: Simple Cabal-Version: >= 1.2 -Flag base3 - Description: Choose the new smaller, split-up base package. - Flag ghci Description: Build GHCi support. Executable ghc Main-Is: Main.hs - if flag(base3) - Build-Depends: base >= 3 && < 5, - directory >= 1 && < 1.1 + Build-Depends: base >= 3 && < 5, + array >= 0.1 && < 0.4, + bytestring >= 0.9 && < 0.10, + directory >= 1 && < 1.2, + process >= 1 && < 1.1, + filepath >= 1 && < 1.3, + ghc + if os(windows) + Build-Depends: Win32 else - Build-Depends: base < 3 - Build-Depends: base, ghc - Build-Depends: filepath >= 1 && < 1.2 + Build-Depends: unix GHC-Options: -Wall if flag(ghci) CPP-Options: -DGHCI + GHC-Options: -fno-warn-name-shadowing + Other-Modules: InteractiveUI, GhciMonad, GhciTags + Build-Depends: mtl, haskeline + Extensions: ForeignFunctionInterface, + UnboxedTuples, + FlexibleInstances, + MagicHash Extensions: CPP, PatternGuards