[commit: ghc] master: docs: Fix DeriveAnyClass reference in release notes and ANNOUNCE (8f60fd4)
git at git.haskell.org
git at git.haskell.org
Sat Jan 9 17:15:06 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8f60fd46172623b6ccdfd51a306f9ebd2172fdfd/ghc
>---------------------------------------------------------------
commit 8f60fd46172623b6ccdfd51a306f9ebd2172fdfd
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jan 9 13:48:23 2016 +0100
docs: Fix DeriveAnyClass reference in release notes and ANNOUNCE
>---------------------------------------------------------------
8f60fd46172623b6ccdfd51a306f9ebd2172fdfd
ANNOUNCE | 3 ++-
docs/users_guide/8.0.1-notes.rst | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ANNOUNCE b/ANNOUNCE
index 24cddb3..2db475e 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -13,7 +13,8 @@ of major features and numerous bug fixes. These include,
* Support for record pattern synonyms
- * The DeriveAnyClass extension to conveniently derive default instances
+ * The -XDeriveAnyClass extension learned to derive instances for classes with
+ associated types
* More reliable DWARF debugging information
diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index d3cdcdc..872db8b 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -18,7 +18,7 @@ The highlights, since the 7.10 branch, are:
- Support for :ref:`record pattern synonyms <record-patsyn>`
-- ``-XDeriveAnyClass`` to conveniently derive default instances (see :ref:`derive-any-class`)
+- The ``-XDeriveAnyClass`` extension learned to derive instances for classes with associated types (see :ref:`derive-any-class`)
- More reliable DWARF debugging information
More information about the ghc-commits
mailing list