From: sof Date: Thu, 18 Dec 1997 11:29:20 +0000 (+0000) Subject: [project @ 1997-12-18 11:29:20 by sof] X-Git-Tag: Approx_2487_patches~1149 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=37f34f85fc508414343fca7ef54626a9aa63e058;p=ghc-hetmet.git [project @ 1997-12-18 11:29:20 by sof] Remove comma from SLIT (upsets GNU cpp on some (all?) platforms.) --- diff --git a/ghc/compiler/typecheck/TcInstDcls.lhs b/ghc/compiler/typecheck/TcInstDcls.lhs index 02a257f..f474005 100644 --- a/ghc/compiler/typecheck/TcInstDcls.lhs +++ b/ghc/compiler/typecheck/TcInstDcls.lhs @@ -782,7 +782,7 @@ 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 ..)")]) + ptext SLIT("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,