Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.2

http://hackage.haskell.org/trac/ghc/changeset/716f332d1494fd14c9121c52c449f5ce05e20ffc

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

commit 716f332d1494fd14c9121c52c449f5ce05e20ffc
Author: Simon Marlow <marlo...@gmail.com>
Date:   Mon Jul 11 13:24:40 2011 +0100

    the time package uses mkTyCon, turn off deprecation warnings for now

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

 mk/validate-settings.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/mk/validate-settings.mk b/mk/validate-settings.mk
index 7dc124f..e0d95c7 100644
--- a/mk/validate-settings.mk
+++ b/mk/validate-settings.mk
@@ -62,6 +62,8 @@ libraries/bytestring_dist-install_EXTRA_HC_OPTS += 
-fno-warn-identities
 
 # Temporarily turn off unused-do-bind warnings for the time package
 libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-do-bind
+# Temporary: mkTyCon is deprecated
+libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-deprecations
 # On Windows, there are also some unused import warnings
 libraries/time_dist-install_EXTRA_HC_OPTS += -fno-warn-unused-imports 
-fno-warn-identities
 



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to