X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Frename%2FRnNames.lhs;h=359c470af74cf13c26b29340baeaa392e564473c;hb=dc5fc2a6d44009577f5d1ba6a403ed5e1ab22af5;hp=bc7146b0624429ef7ffdd8551ee37aaff1aac829;hpb=e33b257ee0706bcf08fa7eba56c17fbd2dd223a5;p=ghc-hetmet.git diff --git a/compiler/rename/RnNames.lhs b/compiler/rename/RnNames.lhs index bc7146b..359c470 100644 --- a/compiler/rename/RnNames.lhs +++ b/compiler/rename/RnNames.lhs @@ -1375,7 +1375,7 @@ exportItemErr export_item typeItemErr name wherestr = sep [ ptext SLIT("Using 'type' tag on") <+> quotes (ppr name) <+> wherestr, - ptext SLIT("Use -ftype-families to enable this extension") ] + ptext SLIT("Use -XTypeFamilies to enable this extension") ] exportClashErr :: GlobalRdrEnv -> Name -> Name -> IE RdrName -> IE RdrName -> Message