X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=85717649aa2a46f654792dedafabc493ca5f61ba;hb=1823fc8726f61ec8d1d1fa6a6a36d84062f1f437;hp=ae7d05c6dcd2b4ba1954e1e831ab4c4d4984f3e6;hpb=69efc5106eac4be483b167860390c99c45d5125c;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index ae7d05c..8571764 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -109,8 +109,6 @@ Library c-sources: parser/cutils.c utils/md5.c - -- For GHC < 6.5: - cbits/unicode.c if flag(dynlibs) c-sources: @@ -167,6 +165,7 @@ Library CLabel Cmm CmmBrokenBlock + CmmBuildInfoTables CmmCPS CmmCPSGen CmmCPSZ @@ -185,12 +184,12 @@ Library CmmProcPoint CmmProcPointZ CmmSpillReload + CmmStackLayout CmmTx CmmUtils CmmZipUtil DFMonad Dataflow - MachOp MkZipCfg MkZipCfgCmm OptimizationFuel @@ -223,9 +222,26 @@ Library CgTailCall CgTicky CgUtils + StgCmm + StgCmmBind + StgCmmClosure + StgCmmCon + StgCmmEnv + StgCmmExpr + StgCmmForeign + StgCmmGran + StgCmmHeap + StgCmmHpc + StgCmmLayout + StgCmmMonad + StgCmmPrim + StgCmmProf + StgCmmTicky + StgCmmUtils ClosureInfo CodeGen SMRep + CoreArity CoreFVs CoreLint CorePrep @@ -273,6 +289,7 @@ Library LoadIface MkIface TcIface + Annotations BreakArray CmdLineParser CodeOutput @@ -326,6 +343,7 @@ Library RnPat RnSource RnTypes + CoreMonad CSE FloatIn FloatOut @@ -355,6 +373,7 @@ Library WwLib FamInst Inst + TcAnnotations TcArrows TcBinds TcClassDcl @@ -416,9 +435,9 @@ Library Outputable Panic Pretty + Serialized State StringBuffer - Unicode UniqFM UniqSet Util @@ -443,7 +462,16 @@ Library PprMach RegAllocColor RegAllocInfo - RegAllocLinear + RegAlloc.Linear.Main + RegAlloc.Linear.JoinToTargets + RegAlloc.Linear.State + RegAlloc.Linear.Stats + RegAlloc.Linear.FreeRegs + RegAlloc.Linear.StackMap + RegAlloc.Linear.Base + RegAlloc.Linear.X86.FreeRegs + RegAlloc.Linear.PPC.FreeRegs + RegAlloc.Linear.SPARC.FreeRegs RegAllocStats RegArchBase RegArchX86