From: simonmar Date: Wed, 30 Mar 2005 14:18:24 +0000 (+0000) Subject: [project @ 2005-03-30 14:18:24 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~848 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=34bfc56e5f2c5374bcc4f67fbd0692f0c14fe029;p=ghc-hetmet.git [project @ 2005-03-30 14:18:24 by simonmar] Add a few missing modules --- diff --git a/ghc/compiler/package.conf.in b/ghc/compiler/package.conf.in index 72a5335..f7d0709 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