X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fpackage.conf.in;h=b356e90000d6da5ea2b3126452ab88fddfad0902;hb=28a464a75e14cece5db40f2765a29348273ff2d2;hp=d50f6cfb5a70649d84fa86ba5593d760f12af585;hpb=eb02a91c16d62d83891cd77f1db089cb2c3706d5;p=ghc-hetmet.git diff --git a/ghc/compiler/package.conf.in b/ghc/compiler/package.conf.in index d50f6cf..b356e90 100644 --- a/ghc/compiler/package.conf.in +++ b/ghc/compiler/package.conf.in @@ -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",