summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorroland <rsx@bluewin.ch>2018-11-17 12:33:00 +0100
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-11-17 13:52:26 +0100
commit33f572589d1c40c77d642c79f9cfdd6d84fa7477 (patch)
treeeffd1705dc16b73fe0ce47949907d16e1217b124 /docs
parent17e771e17e2374f50f39948955e583760f28351f (diff)
downloadhaskell-33f572589d1c40c77d642c79f9cfdd6d84fa7477.tar.gz
Remove -Wamp flag (#11477)
Summary: Add line "The deprecated ghc-flag -Wamp has been removed." to the release notes for 8.8.1 Reviewers: bgamari, monoidal Reviewed By: monoidal Subscribers: rwbarton, carter GHC Trac Issues: #11477 Differential Revision: https://phabricator.haskell.org/D5296
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/8.8.1-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst
index 66ecdf0015..69b9c5d536 100644
--- a/docs/users_guide/8.8.1-notes.rst
+++ b/docs/users_guide/8.8.1-notes.rst
@@ -77,6 +77,8 @@ Compiler
- The :ghc-flag:`-fblock-layout-cfg` flag enables a new code layout algorithm on x86.
This is enabled by default at :ghc-flag:`-O` and :ghc-flag:`-O2`.
+- The deprecated ghc-flag ``-Wamp`` has been removed.
+
Runtime system
~~~~~~~~~~~~~~