summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-10-26 11:17:21 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2012-10-26 11:17:21 +0100
commit788ceade97723106fdad4ee9c7feb3516f683232 (patch)
tree4aa02de1d5878ce2f407ff8692699516ab8bff75 /mk
parentec0d62c59755e232be7b91eea713d35ccaa145ee (diff)
downloadhaskell-788ceade97723106fdad4ee9c7feb3516f683232.tar.gz
Revert "Suppress deprecation warnings for Rank2Types in libraries that use the flag"
After disussing on cvs-ghc and cabal-devel, we decided, in the end, that it was simpler to make Rank2Types and PolymorphicComponents into synonyms for RankNTypes. This reverts commit d277031df8afa64118a1d063e6e09c80028226fe.
Diffstat (limited to 'mk')
-rw-r--r--mk/validate-settings.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk
index bd582ff828..03f4e71060 100644
--- a/mk/validate-settings.mk
+++ b/mk/validate-settings.mk
@@ -84,16 +84,6 @@ libraries/containers_dist-install_EXTRA_HC_OPTS += -fno-warn-deprecations
# Temporarily turn off unused-do-bind warnings for the time package
libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-do-bind
-
-
-# Rank2Types is deprecated, so switch off deprecation warnings
-libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-deprecations
-libraries/containers_dist-install_EXTRA_HC_OPTS += -fno-warn-deprecations
-libraries/dph/dph-lifted-copy_dist-install_EXTRA_HC_OPTS += -fno-warn-deprecations
-# vector already has -Wwarn
-# Cabal already has -Wwarn
-
-
# Temporary: mkTyCon is deprecated
libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-deprecations
# On Windows, there are also some unused import warnings