X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FHscTypes.lhs;h=ebe0aac2a77a6e636a64dfcfdfb6ba2a93f095e4;hb=318425f68a61a14459a63fda9541897b5d347743;hp=74b55e7347a85b4a6a7c0e2c1fa42ccf5b2c1a24;hpb=764d826ef78e39ccf7474fa0d9703ca9dbc966a0;p=ghc-hetmet.git diff --git a/ghc/compiler/main/HscTypes.lhs b/ghc/compiler/main/HscTypes.lhs index 74b55e7..ebe0aac 100644 --- a/ghc/compiler/main/HscTypes.lhs +++ b/ghc/compiler/main/HscTypes.lhs @@ -4,7 +4,10 @@ \section[HscTypes]{Types for the per-module compiler} \begin{code} -module HscTypes ( TyThing(..) ) +module HscTypes ( TyThing(..), GlobalSymbolTable, OrigNameEnv, AvailEnv, + WhetherHasOrphans, ImportVersion, ExportItem, + PersistentRenamerState(..), IsBootInterface, Avails, DeclsMap, + IfaceInsts, IfaceRules, DeprecationEnv ) where #include "HsVersions.h"