From 4435024f2be6d7c9f0ff796db6c5c9033e6403a4 Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 1 Mar 2001 15:42:31 +0000 Subject: [PATCH] [project @ 2001-03-01 15:42:31 by simonpj] Sub-wibble --- ghc/compiler/main/MkIface.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/main/MkIface.lhs b/ghc/compiler/main/MkIface.lhs index 9efdc05..87436d3 100644 --- a/ghc/compiler/main/MkIface.lhs +++ b/ghc/compiler/main/MkIface.lhs @@ -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 -- 1.7.10.4