remove empty dir
[ghc-hetmet.git] / ghc / compiler / package.conf.in
index d50f6cf..b356e90 100644 (file)
@@ -102,7 +102,7 @@ exposed-modules:
        FunDeps
        GHC
        Generics
-       GetImports
+        HeaderInfo
        HsBinds
        HsDecls
        HsExpr
@@ -121,8 +121,11 @@ exposed-modules:
        IfaceEnv
        IfaceSyn
        IfaceType
+       IlxGen
        Inst
        InstEnv
+       Java
+       JavaGen
        InteractiveUI
        Kind
        Lexer
@@ -171,6 +174,7 @@ exposed-modules:
        PprTyThing
        PrelInfo
        PrelNames
+       PrintJava
        PrelRules
        Pretty
        PrimOp
@@ -265,6 +269,7 @@ import-dirs:   FPTOOLS_TOP_ABS"/ghc/compiler/stage2/utils",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/rename",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/typecheck",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/deSugar",
+              FPTOOLS_TOP_ABS"/ghc/compiler/stage2/ghci",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/coreSyn",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/specialise",
               FPTOOLS_TOP_ABS"/ghc/compiler/stage2/simplCore",