From 3608f657d55b7ea7dd711556a4faf6a15c509163 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Sun, 20 Apr 2014 01:10:15 -0500 Subject: Deprecate the AMP warnings. Now that we're in development mode, Applicative will soon be a superclass of Monad in HEAD. So let's go ahead and deprecate the -fno-warn-amp flag, remove the checks, and tweak a few tests Signed-off-by: Austin Seipp --- testsuite/tests/typecheck/should_fail/tcfail072.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/tests/typecheck/should_fail/tcfail072.stderr') diff --git a/testsuite/tests/typecheck/should_fail/tcfail072.stderr b/testsuite/tests/typecheck/should_fail/tcfail072.stderr index aa5fcc9c7e..dc301a8e60 100644 --- a/testsuite/tests/typecheck/should_fail/tcfail072.stderr +++ b/testsuite/tests/typecheck/should_fail/tcfail072.stderr @@ -11,6 +11,6 @@ tcfail072.hs:23:13: -- Defined in ‘GHC.Real’ instance Ord () -- Defined in ‘GHC.Classes’ instance (Ord a, Ord b) => Ord (a, b) -- Defined in ‘GHC.Classes’ - ...plus 23 others + ...plus 22 others In the expression: g A In an equation for ‘g’: g (B _ _) = g A -- cgit v1.2.1