X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal;h=3ee1401703a977febc3750770319797b963fbbe4;hb=3a61d75c70f61a2b919e94e85ffe1166e7151b5b;hp=b1de64ef69a02b1685227e1b0dd6f4b11e5e9d74;hpb=60b50498ce499e879cd7d72f5386c1c633c692ff;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal b/compiler/ghc.cabal index b1de64e..3ee1401 100644 --- a/compiler/ghc.cabal +++ b/compiler/ghc.cabal @@ -3,7 +3,7 @@ Name: ghc Version: 6.9 Copyright: XXX -- License: XXX -License-File: XXX +License-File: ../LICENSE Author: XXX Maintainer: glasgow-haskell-users@haskell.org Homepage: http://www.haskell.org/ghc/ @@ -22,15 +22,23 @@ Flag base3 Flag dynlibs Description: Dynamic library support + Default: False + Manual: True Flag editline Description: Use editline + Default: False + Manual: True Flag ghci Description: Build GHCi support. + Default: False + Manual: True Flag ncg Description: Build the NCG. + Default: False + Manual: True Flag stage1 Description: Is this stage 1? @@ -45,10 +53,6 @@ Library if !flag(base3) && !flag(base4) Build-Depends: base < 3 - if flag(base4) - Build-Depends: concurrent >= 0.1 && < 0.2, - st >= 0.1 && < 0.2 - if flag(base3) || flag(base4) Build-Depends: directory >= 1 && < 1.1, process >= 1 && < 1.1, @@ -85,7 +89,7 @@ Library Extensions: CPP, MagicHash, UnboxedTuples, PatternGuards, ForeignFunctionInterface, EmptyDataDecls, TypeSynonymInstances, MultiParamTypeClasses, - FlexibleInstances, Rank2Types, PatternSignatures + FlexibleInstances, Rank2Types, ScopedTypeVariables Include-Dirs: . parser utils @@ -284,6 +288,7 @@ Library ParsePkgConf PprTyThing StaticFlags + StaticFlagParser SysTools TidyPgm Ctype