[project @ 2003-10-10 12:42:30 by simonpj]
[ghc-hetmet.git] / ghc / compiler / iface / MkIface.lhs
index ddc44c6..97cac77 100644 (file)
@@ -185,7 +185,7 @@ import TcRnMonad
 import TcRnTypes       ( ImportAvails(..), mkModDeps )
 import HscTypes                ( ModIface(..), 
                          ModGuts(..), ModGuts, IfaceExport,
-                         GhciMode(..), 
+                         GhciMode(..), noDependencies,
                          HscEnv(..), hscEPS,
                          Dependencies(..), FixItem(..), 
                          isImplicitTyThing, 
@@ -741,7 +741,7 @@ checkOldIface hsc_env mod iface_path source_unchanged maybe_iface
   = do { showPass (hsc_dflags hsc_env) 
                   ("Checking old interface for " ++ moduleUserString mod) ;
 
-       ; initIfaceIO hsc_env $
+       ; initIfaceIO hsc_env noDependencies {- wrong? -} $
          check_old_iface mod iface_path source_unchanged maybe_iface
      }