[project @ 2004-11-09 17:04:29 by sof]
authorsof <unknown>
Tue, 9 Nov 2004 17:04:29 +0000 (17:04 +0000)
committersof <unknown>
Tue, 9 Nov 2004 17:04:29 +0000 (17:04 +0000)
wibble

ghc/compiler/rename/RnTypes.lhs

index 0547824..95f69b2 100644 (file)
@@ -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)