summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-04-20 01:00:44 -0500
committerAustin Seipp <austin@well-typed.com>2014-04-20 01:01:29 -0500
commit6074c5da7f48f10e9b3b88d14607ec4955735931 (patch)
tree7ecb21a12b0f02f887f60f58e7f38b7c4faa08ed
parent386e874e365e310214b701e6f3cb74b4f75348f4 (diff)
downloadhaskell-6074c5da7f48f10e9b3b88d14607ec4955735931.tar.gz
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@well-typed.com>
-rw-r--r--mk/validate-settings.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk
index 8797bf9a73..cac938dbde 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.