[commit: ghc] master: Remove -fno-warn-amp sledgehammers for validate (6074c5d)

git at git.haskell.org git at git.haskell.org
Sun Apr 20 06:02:21 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6074c5da7f48f10e9b3b88d14607ec4955735931/ghc

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

commit 6074c5da7f48f10e9b3b88d14607ec4955735931
Author: Austin Seipp <austin at well-typed.com>
Date:   Sun Apr 20 01:00:44 2014 -0500

    Remove -fno-warn-amp sledgehammers for validate
    
    GHC should now fully compliant with respect to the Applicative Monad
    proposal (including all upstream libraries), and does not need to
    suppress this warning anymore.
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


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

6074c5da7f48f10e9b3b88d14607ec4955735931
 mk/validate-settings.mk |    2 --
 1 file changed, 2 deletions(-)

diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk
index 8797bf9..cac938d 100644
--- a/mk/validate-settings.mk
+++ b/mk/validate-settings.mk
@@ -32,7 +32,6 @@ SRC_HC_OPTS     += $(WERROR) -Wall
 
 GhcStage1HcOpts += -fwarn-tabs
 GhcStage2HcOpts += -fwarn-tabs
-GhcStage2HcOpts += -fno-warn-amp # Temporary sledgehammer until we sync upstream.
 
 utils/hpc_dist-install_EXTRA_HC_OPTS += -fwarn-tabs
 
@@ -46,7 +45,6 @@ GhcStage2HcOpts += -O -dcore-lint
 # running of the tests, and faster building of the utils to be installed
 
 GhcLibHcOpts    += -O -dcore-lint
-GhcLibHcOpts    += -fno-warn-amp # Temporary sledgehammer until we sync upstream.
 
 # We define DefaultFastGhcLibWays in this style so that the value is
 # correct even if the user alters DYNAMIC_GHC_PROGRAMS.



More information about the ghc-commits mailing list