[project @ 2002-01-30 16:37:14 by simonmar]
[ghc-hetmet.git] / ghc / compiler / main / HscMain.lhs
index a6954dd..ddf75e0 100644 (file)
@@ -145,7 +145,7 @@ hscMain ghci_mode dflags mod location source_unchanged have_object
 
       (pcs_ch, errs_found, (recomp_reqd, maybe_checked_iface))
          <- _scc_ "checkOldIface"
-           checkOldIface ghci_mode dflags hit hst pcs (ml_hi_file location)
+           checkOldIface ghci_mode dflags hit hst pcs mod (ml_hi_file location)
                source_unchanged maybe_old_iface;
 
       if errs_found then