[project @ 2003-10-13 10:43:02 by simonpj]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcRnDriver.lhs
index 29299a7..9a9e98b 100644 (file)
@@ -213,7 +213,7 @@ tcRnIface :: HscEnv
          -> ModIface   -- Get the decls from here
          -> IO ModDetails
 tcRnIface hsc_env iface
-  = initIfaceIO hsc_env (mi_deps iface) (typecheckIface iface)
+  = initIfaceTc hsc_env iface (typecheckIface iface)
 \end{code}