X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=479e56d22e86e20814115aae33fae19262128194;hb=49a8e5c021009430d373d6224b29004c7d18c408;hp=bed13f082776220569ea18bddf3e263ecda535f5;hpb=930421d4ed09e5389e0ef4c5eef36075a6809cc0;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index bed13f0..479e56d 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -68,10 +68,10 @@ 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: filepath >= 1 && < 1.3 Build-Depends: Cabal, hpc if os(windows) Build-Depends: Win32 @@ -104,9 +104,6 @@ Library if flag(stage1) Include-Dirs: stage1 - if impl(ghc < 6.9) - Build-Depends: extensible-exceptions - Extensions: PatternSignatures else if flag(stage2) Include-Dirs: stage2 @@ -129,12 +126,13 @@ Library cmm codeGen coreSyn - cprAnalysis deSugar ghci hsSyn iface + llvmGen main + nativeGen parser prelude profiling @@ -157,12 +155,21 @@ Library Id IdInfo Literal + Llvm + Llvm.AbsSyn + Llvm.PpLlvm + Llvm.Types + LlvmCodeGen + LlvmCodeGen.Base + LlvmCodeGen.CodeGen + LlvmCodeGen.Data + LlvmCodeGen.Ppr + LlvmCodeGen.Regs MkId Module Name NameEnv NameSet - NewDemand OccName RdrName SrcLoc @@ -203,6 +210,7 @@ Library MkZipCfg MkZipCfgCmm OptimizationFuel + PprBase PprC PprCmm PprCmmZ @@ -219,6 +227,7 @@ Library CgClosure CgCon CgExpr + CgExtCode CgForeignCall CgHeapery CgHpc @@ -265,7 +274,6 @@ Library MkExternalCore PprCore PprExternalCore - CprAnalyse Check Coverage Desugar @@ -319,7 +327,6 @@ Library InteractiveEval PackageConfig Packages - ParsePkgConf PprTyThing StaticFlags StaticFlagParser @@ -329,6 +336,7 @@ Library HaddockUtils LexCore Lexer + OptCoercion Parser ParserCore ParserCoreUtils @@ -374,9 +382,6 @@ Library StgLint StgSyn DmdAnal - SaAbsInt - SaLib - StrictAnal WorkWrap WwLib FamInst @@ -435,7 +440,6 @@ Library GraphPpr IOEnv Interval - LazyUniqFM ListSetOps Maybes MonadUtils @@ -456,10 +460,9 @@ Library VectUtils Vectorise + -- We only need to expose more modules as some of the ncg code is used + -- by the LLVM backend so its always included if flag(ncg) - hs-source-dirs: - nativeGen - Exposed-Modules: AsmCodeGen TargetReg @@ -468,7 +471,6 @@ Library Size Reg RegClass - PprBase PIC Platform Alpha.Regs