NCG: Split MachRegs.hs into arch specific modules
[ghc-hetmet.git] / compiler / ghc.cabal.in
index 47b321a..f14961a 100644 (file)
@@ -456,7 +456,16 @@ 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