[project @ 2001-03-01 15:42:31 by simonpj]
[ghc-hetmet.git] / ghc / compiler / main / MkIface.lhs
index 9efdc05..87436d3 100644 (file)
@@ -570,7 +570,7 @@ pprFixities fixity_map decls
 -- Disgusting to print these two together, but that's 
 -- the way the interface parser currently expects them.
 pprRulesAndDeprecs [] NoDeprecs = empty
-pprRules rules deprecs
+pprRulesAndDeprecs rules deprecs
   = ptext SLIT("{-##") <+> (pp_rules rules $$ pp_deprecs deprecs) <+> ptext SLIT("##-}")
   where
     pp_rules []    = empty