X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fghc-bin.cabal;fp=ghc%2Fghc-bin.cabal;h=95059c72d551a2ee3c702f3055d7d61e9da5026b;hb=9412e62942ebab0599c7fb0b358a9d4869647b67;hp=0000000000000000000000000000000000000000;hpb=e0b93c022e39d07b871e9ed97d40617eb6bee63a;p=ghc-hetmet.git diff --git a/ghc/ghc-bin.cabal b/ghc/ghc-bin.cabal new file mode 100644 index 0000000..95059c7 --- /dev/null +++ b/ghc/ghc-bin.cabal @@ -0,0 +1,40 @@ +Name: ghc-bin +-- XXX Version number! +Version: 6.9 +Copyright: XXX +-- License: XXX +-- License-File: XXX +Author: XXX +Maintainer: glasgow-haskell-users@haskell.org +Homepage: http://www.haskell.org/ghc/ +Synopsis: XXX +Description: + XXX +Category: XXX +Data-Dir: .. +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 && < 4, + directory >= 1 && < 1.1 + else + Build-Depends: base < 3 + Build-Depends: base, ghc + Build-Depends: filepath >= 1 && < 1.2 + + GHC-Options: -Wall + if flag(ghci) + CPP-Options: -DGHCI + + Extensions: CPP, PatternGuards +