X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=925014e8a6d03bad33caeb33ef992522c2751b3e;hp=8fd470ca3ce62af28a0656a7f4e89692fb907884;hb=df1fecb95e3a0cf901184605da96dc8ae092b173;hpb=92ee78e03c3670f56ebbbbfb0f67a00f9ea1305f diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 8fd470c..925014e 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -1,3 +1,6 @@ +-- WARNING: ghc.cabal is automatically generated from ghc.cabal.in by +-- ./configure. Make sure you are editing ghc.cabal.in, not ghc.cabal. + Name: ghc Version: @ProjectVersion@ License: BSD3 @@ -15,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. @@ -28,11 +31,6 @@ Flag dynlibs Default: False Manual: True -Flag editline - Description: Use editline - Default: False - Manual: True - Flag ghci Description: Build GHCi support. Default: False @@ -45,6 +43,15 @@ Flag ncg Flag stage1 Description: Is this stage 1? + Default: False + +Flag stage2 + Description: Is this stage 2? + Default: False + +Flag stage3 + Description: Is this stage 3? + Default: False Library Exposed: False @@ -61,20 +68,16 @@ 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: filepath >= 1 && < 1.3 + Build-Depends: Cabal, hpc if os(windows) Build-Depends: Win32 else Build-Depends: unix - if flag(editline) - Build-Depends: editline - CPP-Options: -DUSE_EDITLINE - GHC-Options: -Wall -fno-warn-name-shadowing -fno-warn-orphans if flag(ghci) @@ -85,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 @@ -93,17 +98,19 @@ Library ForeignFunctionInterface, EmptyDataDecls, TypeSynonymInstances, MultiParamTypeClasses, FlexibleInstances, Rank2Types, ScopedTypeVariables, - DeriveDataTypeable + DeriveDataTypeable, RelaxedPolyRec Include-Dirs: . parser utils if flag(stage1) Include-Dirs: stage1 - if impl(ghc < 6.9) - Build-Depends: extensible-exceptions - Extensions: PatternSignatures else - Include-Dirs: stage2plus + if flag(stage2) + Include-Dirs: stage2 + else + if flag(stage3) + Include-Dirs: stage2 + Install-Includes: HsVersions.h, ghc_boot_platform.h c-sources: @@ -119,12 +126,13 @@ Library cmm codeGen coreSyn - cprAnalysis deSugar ghci hsSyn iface + llvmGen main + nativeGen parser prelude profiling @@ -147,12 +155,22 @@ Library Id IdInfo Literal + Llvm + Llvm.AbsSyn + Llvm.PpLlvm + Llvm.Types + LlvmCodeGen + LlvmCodeGen.Base + LlvmCodeGen.CodeGen + LlvmCodeGen.Data + LlvmCodeGen.Ppr + LlvmCodeGen.Regs + LlvmMangler MkId Module Name NameEnv NameSet - NewDemand OccName RdrName SrcLoc @@ -193,6 +211,7 @@ Library MkZipCfg MkZipCfgCmm OptimizationFuel + PprBase PprC PprCmm PprCmmZ @@ -209,6 +228,7 @@ Library CgClosure CgCon CgExpr + CgExtCode CgForeignCall CgHeapery CgHpc @@ -255,7 +275,6 @@ Library MkExternalCore PprCore PprExternalCore - CprAnalyse Check Coverage Desugar @@ -309,18 +328,16 @@ Library InteractiveEval PackageConfig Packages - ParsePkgConf PprTyThing StaticFlags StaticFlagParser SysTools TidyPgm Ctype - HaddockLex - HaddockParse HaddockUtils LexCore Lexer + OptCoercion Parser ParserCore ParserCoreUtils @@ -366,9 +383,6 @@ Library StgLint StgSyn DmdAnal - SaAbsInt - SaLib - StrictAnal WorkWrap WwLib FamInst @@ -427,7 +441,6 @@ Library GraphPpr IOEnv Interval - LazyUniqFM ListSetOps Maybes MonadUtils @@ -448,24 +461,55 @@ 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 - MachCodeGen - MachInstrs + TargetReg + NCGMonad + Instruction + Size + Reg + RegClass + PIC + Platform + Alpha.Regs + Alpha.RegInfo Alpha.Instr + Alpha.CodeGen + X86.Regs + X86.RegInfo X86.Instr + X86.Cond + X86.Ppr + X86.CodeGen + PPC.Regs + PPC.RegInfo PPC.Instr + PPC.Cond + PPC.Ppr + PPC.CodeGen + SPARC.Base + SPARC.Regs + SPARC.RegPlate + SPARC.Imm + SPARC.AddrMode + SPARC.Cond SPARC.Instr - MachRegs - NCGMonad - PositionIndependentCode - PprMach - RegLiveness - RegAllocInfo + SPARC.Stack + SPARC.ShortcutJump + SPARC.Ppr + SPARC.CodeGen + SPARC.CodeGen.Amode + SPARC.CodeGen.Base + SPARC.CodeGen.CCall + SPARC.CodeGen.CondCode + SPARC.CodeGen.Gen32 + SPARC.CodeGen.Gen64 + SPARC.CodeGen.Sanity + SPARC.CodeGen.Expand + RegAlloc.Liveness RegAlloc.Graph.Main RegAlloc.Graph.Stats RegAlloc.Graph.ArchBase @@ -474,6 +518,7 @@ Library RegAlloc.Graph.Spill RegAlloc.Graph.SpillClean RegAlloc.Graph.SpillCost + RegAlloc.Graph.TrivColorable RegAlloc.Linear.Main RegAlloc.Linear.JoinToTargets RegAlloc.Linear.State @@ -497,9 +542,6 @@ Library ByteCodeItbls ByteCodeLink Debugger - GhciMonad - GhciTags - InteractiveUI LibFFI Linker ObjLink