[commit: ghc] master: Update a few references to GHC 7.12 (9cb79c5)

git at git.haskell.org git at git.haskell.org
Tue Dec 29 14:04:57 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9cb79c538dcf9e06a0a64050c28a177ea061e664/ghc

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

commit 9cb79c538dcf9e06a0a64050c28a177ea061e664
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Dec 29 14:21:18 2015 +0100

    Update a few references to GHC 7.12


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

9cb79c538dcf9e06a0a64050c28a177ea061e664
 compiler/hsSyn/HsTypes.hs                             | 2 +-
 libraries/base/Data/Version.hs                        | 2 +-
 libraries/template-haskell/Language/Haskell/TH/Lib.hs | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/compiler/hsSyn/HsTypes.hs b/compiler/hsSyn/HsTypes.hs
index d414880..e8b38c7 100644
--- a/compiler/hsSyn/HsTypes.hs
+++ b/compiler/hsSyn/HsTypes.hs
@@ -607,7 +607,7 @@ Qualified currently behaves exactly as Implicit,
 but it is deprecated to use it for implicit quantification.
 In this case, GHC 7.10 gives a warning; see
 Note [Context quantification] in RnTypes, and Trac #4426.
-In GHC 7.12, Qualified will no longer bind variables
+In GHC 8.0, Qualified will no longer bind variables
 and this will become an error.
 
 The kind variables bound in the hsq_implicit field come both
diff --git a/libraries/base/Data/Version.hs b/libraries/base/Data/Version.hs
index 414b2aa..6738ca8 100644
--- a/libraries/base/Data/Version.hs
+++ b/libraries/base/Data/Version.hs
@@ -96,7 +96,7 @@ data Version =
         }
   deriving (Read,Show,Generic)
 {-# DEPRECATED versionTags "See GHC ticket #2496" #-}
--- TODO. Remove all references to versionTags in GHC 7.12 release.
+-- TODO. Remove all references to versionTags in GHC 8.0 release.
 
 instance Eq Version where
   v1 == v2  =  versionBranch v1 == versionBranch v2
diff --git a/libraries/template-haskell/Language/Haskell/TH/Lib.hs b/libraries/template-haskell/Language/Haskell/TH/Lib.hs
index a251502..3d77a4a 100644
--- a/libraries/template-haskell/Language/Haskell/TH/Lib.hs
+++ b/libraries/template-haskell/Language/Haskell/TH/Lib.hs
@@ -471,7 +471,7 @@ closedTypeFamilyD tc tvs result injectivity eqns =
   do eqns1 <- sequence eqns
      return (ClosedTypeFamilyD (TypeFamilyHead tc tvs result injectivity) eqns1)
 
--- These were deprecated in GHC 7.12 with a plan to remove them in 7.14. If you
+-- These were deprecated in GHC 8.0 with a plan to remove them in 8.2. If you
 -- remove this check please also:
 --   1. remove deprecated functions
 --   2. remove CPP language extension from top of this module



More information about the ghc-commits mailing list