diff options
Diffstat (limited to 'libraries/base/GHC/Generics.hs')
-rw-r--r-- | libraries/base/GHC/Generics.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/GHC/Generics.hs b/libraries/base/GHC/Generics.hs index 672e72553c..e669af3625 100644 --- a/libraries/base/GHC/Generics.hs +++ b/libraries/base/GHC/Generics.hs @@ -105,8 +105,8 @@ data P type Rec0 = K1 R -- | Type synonym for encoding parameters (other than the last) type Par0 = K1 P -{-# DEPRECATED Par0 "Par0 is no longer used; use Rec0 instead" #-} -{-# DEPRECATED P "P is no longer used; use R instead" #-} +{-# DEPRECATED Par0 "Par0 is no longer used; use Rec0 instead" #-} -- deprecated in 7.6 +{-# DEPRECATED P "P is no longer used; use R instead" #-} -- deprecated in 7.6 -- | Tag for M1: datatype data D |