diff options
author | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-03 06:27:46 +0000 |
---|---|---|
committer | Ben.Lippmeier@anu.edu.au <unknown> | 2009-02-03 06:27:46 +0000 |
commit | 1823fc8726f61ec8d1d1fa6a6a36d84062f1f437 (patch) | |
tree | f2300a0c8060fb9a16c1c187ec9274e2a773b20d /compiler | |
parent | 71b016caf68eb14fbd9319ebb7a4356b71ec9e82 (diff) | |
download | haskell-1823fc8726f61ec8d1d1fa6a6a36d84062f1f437.tar.gz |
SPARC NCG: Update cabal file
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ghc.cabal.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 80132a64e2..85717649aa 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -462,7 +462,16 @@ Library PprMach RegAllocColor RegAllocInfo - RegAllocLinear + 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 RegAllocStats RegArchBase RegArchX86 |