[project @ 2000-10-13 13:43:47 by sewardj]
[ghc-hetmet.git] / ghc / compiler / main / HscTypes.lhs
index 74b55e7..ebe0aac 100644 (file)
@@ -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"