X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fghc-bin.cabal.in;h=420c9186157590739c188b95f3506b22eece0320;hb=b187c221cc97679e28118ae8ac2997d6a686ba14;hp=888883a85650fb08ca0025640c8e3bc2f201e41c;hpb=771d69aa214ae3e5c0722e7a1b3d71e35a6a1df8;p=ghc-hetmet.git diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 888883a..420c918 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -18,29 +18,27 @@ 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. + Default: False + Manual: True Executable ghc Main-Is: Main.hs - if flag(base3) - Build-Depends: base >= 3 && < 5, - array >= 0.1 && < 0.3, - bytestring >= 0.9 && < 0.10, - directory >= 1 && < 1.2, - process >= 1 && < 1.1 - else - Build-Depends: base < 3 - Build-Depends: base, ghc - Build-Depends: filepath >= 1 && < 1.2 + 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: unix + C-Sources: hschooks.c + GHC-Options: -Wall if flag(ghci) CPP-Options: -DGHCI @@ -53,4 +51,6 @@ Executable ghc MagicHash Extensions: CPP, PatternGuards + if impl(ghc >= 7.1) + Extensions: NondecreasingIndentation