summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2012-07-12 10:58:00 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-07-17 09:30:53 +0100
commit73e8e5ade7d02d43f8dbbc34e1d81b1d06b8a835 (patch)
treec216c8828e7d44a9810ddcc8f30661896966bd5b /compiler/ghc.cabal.in
parent52899586000d82be1587566d5f74525404e1b07e (diff)
downloadhaskell-73e8e5ade7d02d43f8dbbc34e1d81b1d06b8a835.tar.gz
Move sinking into a separate module, and add a simple inlining pass
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index 3c13bb4704..9e772d23e8 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -186,6 +186,7 @@ Library
CmmParse
CmmProcPoint
CmmRewriteAssignments
+ CmmSink
CmmType
CmmUtils
CmmLayoutStack