X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fghc.cabal.in;h=a59649e7f7cfc1edf6e0a84f491452ad8eec4bc3;hb=b5bb34f029d3f68d966c0b9ed79305e3d9aac98c;hp=80132a64e26aa6e4efaac36c05af14307686e60d;hpb=62eeda5aed31173b234b2965ccf4bd6979ffd9a4;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 80132a6..a59649e 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 @@ -455,22 +455,44 @@ 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 - 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: