X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=f49d8d0e7f5c70432f4687e17a0f68f805b66055;hp=ebf694fafdec570254117635eda29946b44aafa8;hb=b06d623b2e367a572de5daf06d6a0b12c2740471;hpb=f48977e339ee6ed4c1f171df8fa390f97f5e037c diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index ebf694f..f49d8d0 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -18,7 +18,7 @@ Description: through this package. Category: Development Build-Type: Simple -Cabal-Version: >= 1.2 +Cabal-Version: >= 1.2.3 Flag base4 Description: Choose the even newer, even smaller, split-up base package. @@ -68,11 +68,11 @@ Library process >= 1 && < 1.1, bytestring >= 0.9 && < 0.10, old-time >= 1 && < 1.1, - containers >= 0.1 && < 0.3, - array >= 0.1 && < 0.3 + containers >= 0.1 && < 0.4, + array >= 0.1 && < 0.4 Build-Depends: filepath >= 1 && < 1.2 - Build-Depends: haskell98, Cabal, hpc + Build-Depends: Cabal, hpc if os(windows) Build-Depends: Win32 else @@ -88,6 +88,8 @@ Library if !flag(ncg) CPP-Options: -DOMIT_NATIVE_CODEGEN + Build-Depends: bin-package-db + -- GHC 6.4.2 needs to be able to find WCsubst.c, which needs to be -- able to find WCsubst.h Include-Dirs: ../libraries/base/cbits, ../libraries/base/include @@ -127,7 +129,6 @@ Library cmm codeGen coreSyn - cprAnalysis deSugar ghci hsSyn @@ -160,7 +161,6 @@ Library Name NameEnv NameSet - NewDemand OccName RdrName SrcLoc @@ -217,6 +217,7 @@ Library CgClosure CgCon CgExpr + CgExtCode CgForeignCall CgHeapery CgHpc @@ -263,7 +264,6 @@ Library MkExternalCore PprCore PprExternalCore - CprAnalyse Check Coverage Desugar @@ -317,18 +317,16 @@ Library InteractiveEval PackageConfig Packages - ParsePkgConf PprTyThing StaticFlags StaticFlagParser SysTools TidyPgm Ctype - HaddockLex - HaddockParse HaddockUtils LexCore Lexer + OptCoercion Parser ParserCore ParserCoreUtils @@ -374,9 +372,6 @@ Library StgLint StgSyn DmdAnal - SaAbsInt - SaLib - StrictAnal WorkWrap WwLib FamInst