X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=f14961aed40495c0d19504bdd90cf51cc6258deb;hb=9de520b7194c9d759147db98deb3cd8d47d0de76;hp=80132a64e26aa6e4efaac36c05af14307686e60d;hpb=62eeda5aed31173b234b2965ccf4bd6979ffd9a4;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 80132a6..f14961a 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -456,21 +456,39 @@ Library AsmCodeGen MachCodeGen MachInstrs + Alpha.Instr + X86.Instr + PPC.Instr + SPARC.Instr MachRegs + RegsBase + X86.Regs + PPC.Regs + SPARC.Regs + Alpha.Regs NCGMonad PositionIndependentCode PprMach - RegAllocColor - RegAllocInfo - RegAllocLinear - RegAllocStats - RegArchBase - RegArchX86 - RegCoalesce RegLiveness - RegSpill - RegSpillClean - RegSpillCost + 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 + 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: