From 34cbc4b382c90736c181dad18246902b8020be7c Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 19 Dec 1997 10:43:56 +0000 Subject: [PATCH] [project @ 1997-12-19 10:43:56 by sof] Having unbalanced parantheses inside cpp macros is also Bad, Bad, Bad. --- ghc/compiler/typecheck/TcInstDcls.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/typecheck/TcInstDcls.lhs b/ghc/compiler/typecheck/TcInstDcls.lhs index f474005..9879fd3 100644 --- a/ghc/compiler/typecheck/TcInstDcls.lhs +++ b/ghc/compiler/typecheck/TcInstDcls.lhs @@ -781,8 +781,8 @@ nonBoxedPrimCCallErr clas inst_ty sty invisibleDataConPrimCCallErr clas inst_ty sty = hang (hsep [(ppr sty inst_ty <> ptext SLIT("s constructors not visible when checking")), ppr sty clas, ptext SLIT("instance")]) - 4 (hsep [ptext SLIT("(Try either importing"), ppr sty inst_ty, - ptext SLIT("non-abstractly or compile using -fno-prune-tydecls ..)")]) + 4 (hsep [text "(Try either importing", ppr sty inst_ty, + text "non-abstractly or compile using -fno-prune-tydecls ..)"]) omittedMethodWarn sel_id clas sty = sep [ptext SLIT("Warning: no explicit method nor default method for") <+> ppr sty sel_id, -- 1.7.10.4