[commit: ghc] master: Typo in user guide wrongly claims DeriveLift was added in 7.2 (1ad3c82)
git at git.haskell.org
git at git.haskell.org
Thu Sep 13 10:23:25 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/1ad3c8245cc114c3f862633d027361700fba3e50/ghc
>---------------------------------------------------------------
commit 1ad3c8245cc114c3f862633d027361700fba3e50
Author: Merijn Verstraaten <merijn at inconsistent.nl>
Date: Mon Sep 10 16:38:16 2018 +0200
Typo in user guide wrongly claims DeriveLift was added in 7.2
>---------------------------------------------------------------
1ad3c8245cc114c3f862633d027361700fba3e50
docs/users_guide/glasgow_exts.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index a1a5b1f..0c977d0 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -4512,7 +4512,7 @@ Deriving ``Lift`` instances
.. extension:: DeriveLift
:shortdesc: Enable deriving for the Lift class
- :since: 7.2.1
+ :since: 8.0.1
Enable automatic deriving of instances for the ``Lift`` typeclass for
Template Haskell.
More information about the ghc-commits
mailing list