X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=49569b32e7bb3d3d351a60af1d622903db74a6f9;hb=a12e845684c10955bc594cdb20d1f13fae14873d;hp=85717649aa2a46f654792dedafabc493ca5f61ba;hpb=1823fc8726f61ec8d1d1fa6a6a36d84062f1f437;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 8571764..49569b3 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -455,13 +455,30 @@ Library Exposed-Modules: AsmCodeGen MachCodeGen - MachInstrs - MachRegs + Regs + RegsBase + Instrs + Alpha.Regs + Alpha.Instr + X86.Regs + X86.Instr + PPC.Regs + PPC.Instr + SPARC.Regs + SPARC.Instr NCGMonad PositionIndependentCode PprMach - RegAllocColor + RegLiveness RegAllocInfo + 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 +489,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: