diff options
author | Ben.Lippmeier@anu.edu.au <unknown> | 2009-11-06 05:08:24 +0000 |
---|---|---|
committer | Ben.Lippmeier@anu.edu.au <unknown> | 2009-11-06 05:08:24 +0000 |
commit | a83cb1abd8ee3dfde9eec124bc9fe59ae94dcae8 (patch) | |
tree | fe1d2cfcc4d19669c0f171fd32a9918754904175 /compiler/ghc.cabal.in | |
parent | a02e7f40afc1aab7fe466f949f505c1d7250713d (diff) | |
download | haskell-a83cb1abd8ee3dfde9eec124bc9fe59ae94dcae8.tar.gz |
Add missing CgExtCode to ghc.cabal.in
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 76315bd279..c51405cf0d 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -219,6 +219,7 @@ Library CgClosure CgCon CgExpr + CgExtCode CgForeignCall CgHeapery CgHpc |