From 33724fc75499a3dfaf2ffcc4bf5db6d505df58f4 Mon Sep 17 00:00:00 2001 From: roland Date: Thu, 21 Jun 2018 17:01:39 -0400 Subject: Remove -Wamp flag Test Plan: "ghc -Wamp XXX.hs" should give "unrecognised warning flag" Reviewers: bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie, carter GHC Trac Issues: #11477 Differential Revision: https://phabricator.haskell.org/D4785 --- docs/users_guide/using-warnings.rst | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'docs') diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst index 510b56ad80..575e28119f 100644 --- a/docs/users_guide/using-warnings.rst +++ b/docs/users_guide/using-warnings.rst @@ -410,22 +410,6 @@ of ``-W(no-)*``. This option is on by default. -.. ghc-flag:: -Wamp - :shortdesc: *(deprecated)* warn on definitions conflicting with the - Applicative-Monad Proposal (AMP) - :type: dynamic - :reverse: -Wno-amp - :category: - - .. index:: - single: AMP - single: Applicative-Monad Proposal - - This option is deprecated. - - Caused a warning to be emitted when a definition was in conflict with - the AMP (Applicative-Monad proosal). - .. ghc-flag:: -Wnoncanonical-monad-instances :shortdesc: warn when ``Applicative`` or ``Monad`` instances have noncanonical definitions of ``return``, ``pure``, ``(>>)``, -- cgit v1.2.1