X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=2328eca637d9bf89f613bbc27f89cbd3446e5bb4;hb=efbf8ab4eabc1636417b3ea0ca3f5aa227491d9a;hp=3518761ba929940f28293671bd79e31fb6c73c42;hpb=176fa33f17dd78355cc572e006d2ab26898e2c69;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 3518761..2328eca6 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -93,7 +93,7 @@ Library ForeignFunctionInterface, EmptyDataDecls, TypeSynonymInstances, MultiParamTypeClasses, FlexibleInstances, Rank2Types, ScopedTypeVariables, - DeriveDataTypeable + DeriveDataTypeable, RelaxedPolyRec Include-Dirs: . parser utils @@ -165,6 +165,7 @@ Library CLabel Cmm CmmBrokenBlock + CmmBuildInfoTables CmmCPS CmmCPSGen CmmCPSZ @@ -183,6 +184,7 @@ Library CmmProcPoint CmmProcPointZ CmmSpillReload + CmmStackLayout CmmTx CmmUtils CmmZipUtil @@ -239,6 +241,7 @@ Library ClosureInfo CodeGen SMRep + CoreArity CoreFVs CoreLint CorePrep @@ -452,22 +455,49 @@ Library Exposed-Modules: AsmCodeGen MachCodeGen - MachInstrs - MachRegs + Regs + RegsBase + Instrs + RegAllocInfo + PprMach + PprBase + Alpha.Regs + Alpha.RegInfo + Alpha.Instr + Alpha.Ppr + X86.Regs + X86.RegInfo + X86.Instr + X86.Ppr + PPC.Regs + PPC.RegInfo + PPC.Instr + PPC.Ppr + SPARC.Regs + SPARC.RegInfo + SPARC.Instr + SPARC.Ppr NCGMonad PositionIndependentCode - PprMach - RegAllocColor - RegAllocInfo - RegAllocLinear - RegAllocStats - RegArchBase - RegArchX86 - RegCoalesce - RegLiveness - RegSpill - RegSpillClean - RegSpillCost + RegAlloc.Liveness + RegAlloc.Graph.Main + RegAlloc.Graph.Stats + RegAlloc.Graph.ArchBase + RegAlloc.Graph.ArchX86 + RegAlloc.Graph.Coalesce + RegAlloc.Graph.Spill + RegAlloc.Graph.SpillClean + RegAlloc.Graph.SpillCost + 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 if flag(ghci) Exposed-Modules: