diff options
-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 |