X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=483303d84f69712a3286bcb74d20795faac9214c;hb=174dccda5a8213f9a777ddf5230effef6b5f464d;hp=8fd470ca3ce62af28a0656a7f4e89692fb907884;hpb=92ee78e03c3670f56ebbbbfb0f67a00f9ea1305f;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 8fd470c..483303d 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 @@ -454,18 +454,49 @@ Library Exposed-Modules: AsmCodeGen - MachCodeGen - MachInstrs + TargetReg + NCGMonad + Instruction + Size + Reg + RegClass + PprBase + PIC + Platform + Alpha.Regs + Alpha.RegInfo Alpha.Instr + Alpha.CodeGen + X86.Regs + X86.RegInfo X86.Instr + X86.Cond + X86.Ppr + X86.CodeGen + PPC.Regs + PPC.RegInfo PPC.Instr + PPC.Cond + PPC.Ppr + PPC.CodeGen + SPARC.Base + SPARC.Regs + SPARC.Imm + SPARC.AddrMode + SPARC.Cond SPARC.Instr - MachRegs - NCGMonad - PositionIndependentCode - PprMach - RegLiveness - RegAllocInfo + SPARC.Stack + SPARC.ShortcutJump + SPARC.Ppr + SPARC.CodeGen + SPARC.CodeGen.Amode + SPARC.CodeGen.Base + SPARC.CodeGen.CCall + SPARC.CodeGen.CondCode + SPARC.CodeGen.Gen32 + SPARC.CodeGen.Gen64 + SPARC.CodeGen.Sanity + RegAlloc.Liveness RegAlloc.Graph.Main RegAlloc.Graph.Stats RegAlloc.Graph.ArchBase @@ -474,6 +505,7 @@ Library RegAlloc.Graph.Spill RegAlloc.Graph.SpillClean RegAlloc.Graph.SpillCost + RegAlloc.Graph.TrivColorable RegAlloc.Linear.Main RegAlloc.Linear.JoinToTargets RegAlloc.Linear.State