X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=f14961aed40495c0d19504bdd90cf51cc6258deb;hb=9de520b7194c9d759147db98deb3cd8d47d0de76;hp=22181fd2ea284cfcbf7594eb8505698af470529b;hpb=e6243a818496aad82b6f47511d3bd9bc800f747d;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 22181fd..f14961a 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -241,6 +241,7 @@ Library ClosureInfo CodeGen SMRep + CoreArity CoreFVs CoreLint CorePrep @@ -455,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: