X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fghc-bin.cabal.in;h=df3b515386e4c44b009067c8975c72ae785219bc;hb=1d141bd52e6eea321e90cd11059f726094dd50be;hp=4e6d0081b1718bb3116f17e81344bd1954b0b713;hpb=51d7126ec1ac139e583af6375cde09acb8ddfed4;p=ghc-hetmet.git diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index 4e6d008..df3b515 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -1,3 +1,6 @@ +-- WARNING: ghc-bin.cabal is automatically generated from ghc-bin.cabal.in by +-- ./configure. Make sure you are editing ghc-bin.cabal.in, not ghc-bin.cabal. + Name: ghc-bin Version: @ProjectVersion@ Copyright: XXX @@ -25,15 +28,29 @@ Executable ghc Main-Is: Main.hs if flag(base3) Build-Depends: base >= 3 && < 5, - directory >= 1 && < 1.1 + array >= 0.1 && < 0.3, + bytestring >= 0.9 && < 0.10, + directory >= 1 && < 1.1, + process >= 1 && < 1.1 else Build-Depends: base < 3 Build-Depends: base, ghc Build-Depends: filepath >= 1 && < 1.2 + if os(windows) + Build-Depends: Win32 + else + 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