From 4c8619081f01bd2b8186f9af716fb3ac269525fc Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 9 Nov 2004 13:27:05 +0000 Subject: [PATCH] [project @ 2004-11-09 13:27:05 by simonpj] Refine warning slightly --- ghc/compiler/rename/RnTypes.lhs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/compiler/rename/RnTypes.lhs b/ghc/compiler/rename/RnTypes.lhs index c9b232f..0547824 100644 --- a/ghc/compiler/rename/RnTypes.lhs +++ b/ghc/compiler/rename/RnTypes.lhs @@ -557,7 +557,8 @@ sectionPrecErr op arg_op section nest 4 (ptext SLIT("in the section:") <+> quotes (ppr section))] infixTyConWarn op - = ftext FSLIT("Accepting non-standard infix type constructor") <+> quotes (ppr op) + = vcat [ftext FSLIT("Accepting non-standard infix type constructor") <+> quotes (ppr op), + ftext FSLIT("Use -fglasgow-exts to avoid this warning")) patSigErr ty = (ptext SLIT("Illegal signature in pattern:") <+> ppr ty) -- 1.7.10.4