From 370301fbda169eb5053e79b60c90b6268a12c88a Mon Sep 17 00:00:00 2001 From: simonpj Date: Thu, 7 Dec 2000 08:28:46 +0000 Subject: [PATCH] [project @ 2000-12-07 08:28:46 by simonpj] wibble --- ghc/compiler/main/MkIface.lhs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc/compiler/main/MkIface.lhs b/ghc/compiler/main/MkIface.lhs index 3df7de5..406344a 100644 --- a/ghc/compiler/main/MkIface.lhs +++ b/ghc/compiler/main/MkIface.lhs @@ -484,10 +484,10 @@ diffDecls old_vers old_fixities new_fixities old new new_vers' = extendNameEnv new_vers nd_name (bumpVersion False (lookupNameEnv_NF old_vers od_name)) - only_old d = ptext SLIT("Only in old iface:") <+> ppr d - only_new d = ptext SLIT("Only in new iface:") <+> ppr d - changed d nd = ptext SLIT("Changed in iface: ") <+> ((ptext SLIT("Old:") <+> ppr d) $$ - (ptext SLIT("New:") <+> ppr nd)) + only_old d = ptext SLIT("Only in old iface:") <+> ppr d + only_new d = ptext SLIT("Only in new iface:") <+> ppr d + changed od nd = ptext SLIT("Changed in iface: ") <+> ((ptext SLIT("Old:") <+> ppr od) $$ + (ptext SLIT("New:") <+> ppr nd)) \end{code} -- 1.7.10.4