diff --git a/ghc/compiler/typecheck/TcInstDcls.lhs b/ghc/compiler/typecheck/TcInstDcls.lhs index 02a257f1637b298b80cd93ef5b1d9304df2dbe93..f474005954c83b867a2517677fe78042c07dbbd3 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,