X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Frename%2FRnPat.lhs;h=b20ec9ddbd4b70790dd4bfa9594e7bb37cc6a9cb;hb=aafdba3bce91afb003f5f50e001e141744837bae;hp=c3dc8af2020d4dbed19695e274510a04a3fe1d32;hpb=2f647ec6dfaa21d0dfa9c130cbe92abffc8006a1;p=ghc-hetmet.git diff --git a/compiler/rename/RnPat.lhs b/compiler/rename/RnPat.lhs index c3dc8af..b20ec9d 100644 --- a/compiler/rename/RnPat.lhs +++ b/compiler/rename/RnPat.lhs @@ -594,7 +594,7 @@ checkTupSize tup_size patSigErr ty = (ptext SLIT("Illegal signature in pattern:") <+> ppr ty) - $$ nest 4 (ptext SLIT("Use -fglasgow-exts to permit it")) + $$ nest 4 (ptext SLIT("Use -XPatternSignatures to permit it")) dupFieldErr str dup = hsep [ptext SLIT("duplicate field name"),