From dc5fc2a6d44009577f5d1ba6a403ed5e1ab22af5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 24 Oct 2007 14:28:28 +0000 Subject: [PATCH] -ftype-families -> -XTypeFamilies --- compiler/rename/RnNames.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4