[commit: ghc] ghc-8.0: docs: Fix DeriveAnyClass reference in release notes and ANNOUNCE (2840bc1)

git at git.haskell.org git at git.haskell.org
Sat Jan 9 16:50:53 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/2840bc1ba2c5cf872f20a94281e15caafccb3162/ghc

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

commit 2840bc1ba2c5cf872f20a94281e15caafccb3162
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
    
    (cherry picked from commit 8f60fd46172623b6ccdfd51a306f9ebd2172fdfd)


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

2840bc1ba2c5cf872f20a94281e15caafccb3162
 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 2a00e78..5ac7a17 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