summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-10-14 13:03:32 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-10-19 12:03:16 +0100
commit6fbd46b0bb3ee56160b8216cb2a3bb718ccb41c2 (patch)
tree8e8c569d0989f89c66a6ccd0d59a466266130649 /compiler/ghc.cabal.in
parent53810006bbcd3fc9b58893858f95c3432cb33f0e (diff)
downloadhaskell-6fbd46b0bb3ee56160b8216cb2a3bb718ccb41c2.tar.gz
Remove the old codegen
Except for CgUtils.fixStgRegisters that is used in the NCG and LLVM backends, and should probably be moved somewhere else.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in22
1 files changed, 3 insertions, 19 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 888ff1a0be..1a10cd162e 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -208,24 +208,6 @@ Library
CodeGen.Platform.SPARC
CodeGen.Platform.X86
CodeGen.Platform.X86_64
- CgBindery
- CgCallConv
- CgCase
- CgClosure
- CgCon
- CgExpr
- CgForeignCall
- CgHeapery
- CgHpc
- CgInfoTbls
- CgLetNoEscape
- CgMonad
- CgParallel
- CgPrimOp
- CgProf
- CgStackery
- CgTailCall
- CgTicky
CgUtils
StgCmm
StgCmmBind
@@ -244,7 +226,6 @@ Library
StgCmmTicky
StgCmmUtils
StgCmmExtCode
- ClosureInfo
SMRep
CoreArity
CoreFVs
@@ -482,6 +463,9 @@ Library
Hoopl.Dataflow
Hoopl
+-- CgInfoTbls used in ghci/DebuggerUtils
+-- CgHeapery mkVirtHeapOffsets used in ghci
+
Exposed-Modules:
AsmCodeGen
TargetReg