diff options
author | Thomas Schilling <nominolo@googlemail.com> | 2008-10-28 18:23:10 +0000 |
---|---|---|
committer | Thomas Schilling <nominolo@googlemail.com> | 2008-10-28 18:23:10 +0000 |
commit | ffaa27acb9cd3b64b25aea83e5ce9540e40752bd (patch) | |
tree | d2229d79e56e9e6d8d2e927ff2e12af7d0a0582c | |
parent | c0ac8b6b2192d296fc28bfc8eb566123e8d72bf0 (diff) | |
download | haskell-ffaa27acb9cd3b64b25aea83e5ce9540e40752bd.tar.gz |
Export typeclasses for accessing compiler results.
MERGE TO 6.10.
-rw-r--r-- | compiler/main/GHC.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main/GHC.hs b/compiler/main/GHC.hs index a6a5e1d4c7..2aa7b4769a 100644 --- a/compiler/main/GHC.hs +++ b/compiler/main/GHC.hs @@ -49,6 +49,7 @@ module GHC ( parseModule, typecheckModule, desugarModule, loadModule, ParsedModule, TypecheckedModule, DesugaredModule, -- all abstract TypecheckedSource, ParsedSource, RenamedSource, -- ditto + TypecheckedMod, ParsedMod, moduleInfo, renamedSource, typecheckedSource, parsedSource, coreModule, compileToCoreModule, compileToCoreSimplified, |