[project @ 1997-12-18 11:29:20 by sof]
authorsof <unknown>
Thu, 18 Dec 1997 11:29:20 +0000 (11:29 +0000)
committersof <unknown>
Thu, 18 Dec 1997 11:29:20 +0000 (11:29 +0000)
Remove comma from SLIT (upsets GNU cpp on some (all?) platforms.)

ghc/compiler/typecheck/TcInstDcls.lhs

index 02a257f..f474005 100644 (file)
@@ -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,