summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorroland <rsx@bluewin.ch>2018-06-21 17:01:39 -0400
committerBen Gamari <ben@smart-cactus.org>2018-06-22 15:58:13 -0400
commit33724fc75499a3dfaf2ffcc4bf5db6d505df58f4 (patch)
tree28de299938f54206fa5dd31e30158e7bb6cd2ed6 /docs
parent67c422ca0e7b94e021430e3dfc9b19f3de21ed16 (diff)
downloadhaskell-33724fc75499a3dfaf2ffcc4bf5db6d505df58f4.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/using-warnings.rst16
1 files changed, 0 insertions, 16 deletions
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``, ``(>>)``,