Adapt TcRnDriver to moved tyThingToIfaceDecl
[ghc-hetmet.git] / compiler / iface / MkIface.lhs
index be6b8ec..fa91a0a 100644 (file)
@@ -11,8 +11,10 @@ module MkIface (
 
        writeIfaceFile, -- Write the interface file
 
-       checkOldIface   -- See if recompilation is required, by
+       checkOldIface,  -- See if recompilation is required, by
                        -- comparing version information
+
+        tyThingToIfaceDecl -- Converting things to their Iface equivalents
  ) where
 \end{code}