Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/788ceade97723106fdad4ee9c7feb3516f683232 >--------------------------------------------------------------- commit 788ceade97723106fdad4ee9c7feb3516f683232 Author: Simon Peyton Jones <simo...@microsoft.com> Date: Fri Oct 26 11:17:21 2012 +0100 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. >--------------------------------------------------------------- mk/validate-settings.mk | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk index bd582ff..03f4e71 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 _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc