[project @ 2000-02-21 18:55:19 by panne]
[ghc-hetmet.git] / ghc / compiler / main / Main.lhs
index 9702944..6902a18 100644 (file)
@@ -186,9 +186,9 @@ doIt (core_cmds, stg_cmds)
 --     simplifier, which for reasons I don't understand, persists
 --     thoroughout code generation
 
-    ifaceDecls if_handle local_tycons local_classes 
-              inst_info final_ids tidy_binds imp_rule_ids      >>
-    endIface if_handle                                         >>
+    ifaceDecls if_handle local_tycons local_classes inst_info
+              final_ids tidy_binds imp_rule_ids iface_file_stuff       >>
+    endIface if_handle                                                 >>
            -- We are definitely done w/ interface-file stuff at this point:
            -- (See comments near call to "startIface".)