Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : new-typeable
http://hackage.haskell.org/trac/ghc/changeset/eee55a22b79e0b4fc914486d7687ceaa92a657f0 >--------------------------------------------------------------- commit eee55a22b79e0b4fc914486d7687ceaa92a657f0 Author: Jose Pedro Magalhaes <[email protected]> Date: Mon Nov 26 13:54:18 2012 +0000 Do not warn about Typeable instances here >--------------------------------------------------------------- Data/Typeable/Internal.hs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Data/Typeable/Internal.hs b/Data/Typeable/Internal.hs index fc548e4..12ac859 100644 --- a/Data/Typeable/Internal.hs +++ b/Data/Typeable/Internal.hs @@ -1,3 +1,4 @@ +{-# OPTIONS_GHC -fno-warn-typeable-instances #-} {-# LANGUAGE Unsafe #-} ----------------------------------------------------------------------------- _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
