X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fghc.cabal.in;h=3c8c480656f7af64c67f7546adea586e48ce6d9e;hb=547bf6827f1fc3f2fb31bc6323cc0d33b445f32a;hp=49569b32e7bb3d3d351a60af1d622903db74a6f9;hpb=a12e845684c10955bc594cdb20d1f13fae14873d;p=ghc-hetmet.git diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 49569b3..3c8c480 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,23 +454,42 @@ Library Exposed-Modules: AsmCodeGen - MachCodeGen - Regs - RegsBase - Instrs + 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 - NCGMonad - PositionIndependentCode - PprMach - RegLiveness - RegAllocInfo + SPARC.Stack + SPARC.ShortcutJump + SPARC.Ppr + SPARC.CodeGen + RegAlloc.Liveness RegAlloc.Graph.Main RegAlloc.Graph.Stats RegAlloc.Graph.ArchBase @@ -479,6 +498,7 @@ Library RegAlloc.Graph.Spill RegAlloc.Graph.SpillClean RegAlloc.Graph.SpillCost + RegAlloc.Graph.TrivColorable RegAlloc.Linear.Main RegAlloc.Linear.JoinToTargets RegAlloc.Linear.State