X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal;h=ce0240838eab06786542b2be4c50ac9af4538c1c;hb=619efa4035d215c16ea657f2b038362c87b769fc;hp=437ebc28093c1272cf6c6687bada4b84bde5edf4;hpb=24b1e13657c3e06e7c97eeab9a6c4f2a0cdd9193;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal b/compiler/ghc.cabal index 437ebc2..ce02408 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, @@ -91,6 +95,8 @@ Library if flag(stage1) Include-Dirs: stage1 + if impl(ghc < 6.9) + Extensions: PatternSignatures else Include-Dirs: stage2plus Install-Includes: HsVersions.h, ghc_boot_platform.h @@ -284,6 +290,7 @@ Library ParsePkgConf PprTyThing StaticFlags + StaticFlagParser SysTools TidyPgm Ctype