Repository : ssh://darcs.haskell.org//srv/darcs/packages/base

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/724aa9757218553654debe5a5b46ec76092b3f74

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

commit 724aa9757218553654debe5a5b46ec76092b3f74
Author: Jose Pedro Magalhaes <[email protected]>
Date:   Tue Jun 26 15:06:37 2012 +0100

    Split a pragma into for better warnings

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

 GHC/Generics.hs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/GHC/Generics.hs b/GHC/Generics.hs
index 2ce018b..fe86600 100644
--- a/GHC/Generics.hs
+++ b/GHC/Generics.hs
@@ -80,7 +80,8 @@ data P
 type Rec0  = K1 R
 -- | Type synonym for encoding parameters (other than the last)
 type Par0  = K1 P
-{-# DEPRECATED Par0, P "These are no longer used; use Rec0 and R instead" #-}
+{-# DEPRECATED Par0 "Par0 is no longer used; use Rec0 instead" #-}
+{-# DEPRECATED P "P is no longer used; use R instead" #-}
 
 -- | Tag for M1: datatype
 data D



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to