summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorBen.Lippmeier@anu.edu.au <unknown>2009-02-05 08:12:42 +0000
committerBen.Lippmeier@anu.edu.au <unknown>2009-02-05 08:12:42 +0000
commitefbf8ab4eabc1636417b3ea0ca3f5aa227491d9a (patch)
treecef3101ac2650b23a1ca21b300d21a7881d412e6 /compiler/ghc.cabal.in
parentb5bb34f029d3f68d966c0b9ed79305e3d9aac98c (diff)
downloadhaskell-efbf8ab4eabc1636417b3ea0ca3f5aa227491d9a.tar.gz
NCG: Split PprMach into arch specific modules
- There are still some #ifdefs for choosing between i386, x86_64, linux, darwin and other OS's. - Also reformat SPARC.RegInfo to remove some of the visual noise.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index a59649e7f7..2328eca637 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -459,21 +459,26 @@ Library
RegsBase
Instrs
RegAllocInfo
+ PprMach
+ PprBase
Alpha.Regs
Alpha.RegInfo
Alpha.Instr
+ Alpha.Ppr
X86.Regs
X86.RegInfo
X86.Instr
+ X86.Ppr
PPC.Regs
PPC.RegInfo
PPC.Instr
+ PPC.Ppr
SPARC.Regs
SPARC.RegInfo
SPARC.Instr
+ SPARC.Ppr
NCGMonad
PositionIndependentCode
- PprMach
RegAlloc.Liveness
RegAlloc.Graph.Main
RegAlloc.Graph.Stats