NCG: Split RegAllocInfo into arch specific modules
[ghc-hetmet.git] / compiler / ghc.cabal.in
index 49569b3..041fae3 100644 (file)
@@ -458,19 +458,23 @@ Library
             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
-            RegLiveness
-            RegAllocInfo
+            RegAlloc.Liveness
             RegAlloc.Graph.Main
             RegAlloc.Graph.Stats
             RegAlloc.Graph.ArchBase