From 7331a887f634652f9d28ccbe0384cabb779c7ba3 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 9 Nov 2004 17:04:29 +0000 Subject: [PATCH] [project @ 2004-11-09 17:04:29 by sof] wibble --- ghc/compiler/rename/RnTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4