From: Ian Lynagh Date: Wed, 24 Oct 2007 14:28:28 +0000 (+0000) Subject: -ftype-families -> -XTypeFamilies X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=dc5fc2a6d44009577f5d1ba6a403ed5e1ab22af5 -ftype-families -> -XTypeFamilies --- 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