diff options
author | simonmar <unknown> | 2005-03-30 14:18:24 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-03-30 14:18:24 +0000 |
commit | 34bfc56e5f2c5374bcc4f67fbd0692f0c14fe029 (patch) | |
tree | 86951ebe50a0a79d67dc1b9927315cddfc432730 | |
parent | 0b52ff431d933e3410221d8482de057b6e9112de (diff) | |
download | haskell-34bfc56e5f2c5374bcc4f67fbd0692f0c14fe029.tar.gz |
[project @ 2005-03-30 14:18:24 by simonmar]
Add a few missing modules
-rw-r--r-- | ghc/compiler/package.conf.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ghc/compiler/package.conf.in b/ghc/compiler/package.conf.in index 72a5335f32..f7d0709bf7 100644 --- a/ghc/compiler/package.conf.in +++ b/ghc/compiler/package.conf.in @@ -44,7 +44,9 @@ exposed-modules: ClosureInfo CmdLineParser Cmm + CmmLex CmmLint + CmmParse CmmUtils CodeGen CodeOutput @@ -124,6 +126,7 @@ exposed-modules: Java JavaGen Kind + Lexer LexCore LiberateCase Linker @@ -158,7 +161,9 @@ exposed-modules: PackageConfig Packages Panic + Parser ParserCoreUtils + ParsePkgConf PositionIndependentCode PprC PprCmm |