From: sof Date: Tue, 9 Nov 2004 17:04:29 +0000 (+0000) Subject: [project @ 2004-11-09 17:04:29 by sof] X-Git-Tag: Initial_conversion_from_CVS_complete~1466 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=7331a887f634652f9d28ccbe0384cabb779c7ba3 [project @ 2004-11-09 17:04:29 by sof] wibble --- diff --git a/ghc/compiler/rename/RnTypes.lhs b/ghc/compiler/rename/RnTypes.lhs index 0547824..95f69b2 100644 --- a/ghc/compiler/rename/RnTypes.lhs +++ b/ghc/compiler/rename/RnTypes.lhs @@ -558,7 +558,7 @@ sectionPrecErr op arg_op section infixTyConWarn op = vcat [ftext FSLIT("Accepting non-standard infix type constructor") <+> quotes (ppr op), - ftext FSLIT("Use -fglasgow-exts to avoid this warning")) + ftext FSLIT("Use -fglasgow-exts to avoid this warning")] patSigErr ty = (ptext SLIT("Illegal signature in pattern:") <+> ppr ty)