From 34bfc56e5f2c5374bcc4f67fbd0692f0c14fe029 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 30 Mar 2005 14:18:24 +0000 Subject: [PATCH] [project @ 2005-03-30 14:18:24 by simonmar] Add a few missing modules --- ghc/compiler/package.conf.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 1.7.10.4