diff options
author | Max Bolingbroke <batterseapower@hotmail.com> | 2008-07-31 05:41:28 +0000 |
---|---|---|
committer | Max Bolingbroke <batterseapower@hotmail.com> | 2008-07-31 05:41:28 +0000 |
commit | da90115af458147437479017f2992e482a1a028e (patch) | |
tree | c0e36b7a96e48e1f7a7d1f7878d8fb0f65b62c66 /compiler/ghc.cabal | |
parent | 3d2acdeb7a920cb7eca6047b6c055d12504fccf7 (diff) | |
download | haskell-da90115af458147437479017f2992e482a1a028e.tar.gz |
Add MkCore, holding general Core construction facilities
Diffstat (limited to 'compiler/ghc.cabal')
-rw-r--r-- | compiler/ghc.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal b/compiler/ghc.cabal index 0fa37bad62..735e8fb77f 100644 --- a/compiler/ghc.cabal +++ b/compiler/ghc.cabal @@ -207,6 +207,7 @@ Library CoreUnfold CoreUtils ExternalCore + MkCore MkExternalCore PprCore PprExternalCore |