X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=041fae31406f2a10465e5dff890dffa62b509a6f;hb=1353826e5159c9a5a81e75e0b7459271f27c08ea;hp=85717649aa2a46f654792dedafabc493ca5f61ba;hpb=1823fc8726f61ec8d1d1fa6a6a36d84062f1f437;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 8571764..041fae3 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -455,13 +455,34 @@ Library Exposed-Modules: AsmCodeGen MachCodeGen - MachInstrs - MachRegs + Regs + RegsBase + Instrs + RegAllocInfo + Alpha.Regs + Alpha.RegInfo + Alpha.Instr + X86.Regs + X86.RegInfo + X86.Instr + PPC.Regs + PPC.RegInfo + PPC.Instr + SPARC.Regs + SPARC.RegInfo + SPARC.Instr NCGMonad PositionIndependentCode PprMach - RegAllocColor - RegAllocInfo + 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 @@ -472,14 +493,6 @@ Library RegAlloc.Linear.X86.FreeRegs RegAlloc.Linear.PPC.FreeRegs RegAlloc.Linear.SPARC.FreeRegs - RegAllocStats - RegArchBase - RegArchX86 - RegCoalesce - RegLiveness - RegSpill - RegSpillClean - RegSpillCost if flag(ghci) Exposed-Modules: