-ftype-families -> -XTypeFamilies
authorIan Lynagh <igloo@earth.li>
Wed, 24 Oct 2007 14:28:28 +0000 (14:28 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 24 Oct 2007 14:28:28 +0000 (14:28 +0000)
compiler/rename/RnNames.lhs

index bc7146b..359c470 100644 (file)
@@ -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