[project @ 2005-02-15 12:15:25 by simonmar]
[ghc-hetmet.git] / 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)