[project @ 2005-03-30 14:18:24 by simonmar]
authorsimonmar <unknown>
Wed, 30 Mar 2005 14:18:24 +0000 (14:18 +0000)
committersimonmar <unknown>
Wed, 30 Mar 2005 14:18:24 +0000 (14:18 +0000)
Add a few missing modules

ghc/compiler/package.conf.in

index 72a5335..f7d0709 100644 (file)
@@ -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