From 37f34f85fc508414343fca7ef54626a9aa63e058 Mon Sep 17 00:00:00 2001 From: sof <unknown> Date: Thu, 18 Dec 1997 11:29:20 +0000 Subject: [PATCH] [project @ 1997-12-18 11:29:20 by sof] Remove comma from SLIT (upsets GNU cpp on some (all?) platforms.) --- ghc/compiler/typecheck/TcInstDcls.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/typecheck/TcInstDcls.lhs b/ghc/compiler/typecheck/TcInstDcls.lhs index 02a257f1637b..f474005954c8 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, -- GitLab