From 412040168f72d73acfb25b991c0c757a817a4aba Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 19 Jul 2010 15:09:09 +0000 Subject: [PATCH] Deprecate NewQualifiedOperators extension (rejected by H') --- compiler/main/DynFlags.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 4b3f2c6..88bf5f5 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1676,7 +1676,8 @@ xFlags = [ ( "UndecidableInstances", Opt_UndecidableInstances, const Supported ), ( "IncoherentInstances", Opt_IncoherentInstances, const Supported ), ( "PackageImports", Opt_PackageImports, const Supported ), - ( "NewQualifiedOperators", Opt_NewQualifiedOperators, const Supported ) + ( "NewQualifiedOperators", Opt_NewQualifiedOperators, + const $ Deprecated "The new qualified operator syntax was rejected by Haskell'" ) ] impliedFlags :: [(DynFlag, DynFlag)] -- 1.7.10.4