[commit: ghc] master: Remove -Wamp flag (#11477) (33f5725)

git at git.haskell.org git at git.haskell.org
Sat Nov 17 12:53:00 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/33f572589d1c40c77d642c79f9cfdd6d84fa7477/ghc

>---------------------------------------------------------------

commit 33f572589d1c40c77d642c79f9cfdd6d84fa7477
Author: roland <rsx at bluewin.ch>
Date:   Sat Nov 17 12:33:00 2018 +0100

    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


>---------------------------------------------------------------

33f572589d1c40c77d642c79f9cfdd6d84fa7477
 docs/users_guide/8.8.1-notes.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/users_guide/8.8.1-notes.rst b/docs/users_guide/8.8.1-notes.rst
index 66ecdf0..69b9c5d 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
 ~~~~~~~~~~~~~~
 



More information about the ghc-commits mailing list