From 560bf7c0d6a718ab7c14f286469f68a6244b5a1a Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Mon, 2 Nov 2009 17:22:36 +0000 Subject: [PATCH] Minor change to captalisation in error message only --- compiler/main/DynFlags.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index e5a549a..cd0f212 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1812,7 +1812,7 @@ xFlags = [ ( "Rank2Types", Opt_Rank2Types, const Supported ), ( "RankNTypes", Opt_RankNTypes, const Supported ), ( "ImpredicativeTypes", Opt_ImpredicativeTypes, - const $ Deprecated "Impredicative polymorphism will be simplified or removed in GHC 6.14" ), + const $ Deprecated "impredicative polymorphism will be simplified or removed in GHC 6.14" ), ( "TypeOperators", Opt_TypeOperators, const Supported ), ( "RecursiveDo", Opt_RecursiveDo, deprecatedForLanguage "DoRec"), -- 1.7.10.4