[commit: ghc] ghc-8.0: Note new GHC.Generics instances in release notes (4e7a46f)

git at git.haskell.org git at git.haskell.org
Sat Feb 27 21:55:12 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/4e7a46fd1356f3b344e4e11311b146c715f76a5a/ghc

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

commit 4e7a46fd1356f3b344e4e11311b146c715f76a5a
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Feb 25 19:26:46 2016 +0100

    Note new GHC.Generics instances in release notes
    
    (cherry picked from commit 20ab2adf7938bf1c6afed38509b4b01102bceff9)


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

4e7a46fd1356f3b344e4e11311b146c715f76a5a
 docs/users_guide/8.0.1-notes.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index 6aacada..c240f29 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -522,6 +522,11 @@ See ``changelog.md`` in the ``base`` package for full release notes.
   to define custom compile-time error messages. (see :ref:`custom-errors` and
   the original :ghc-wiki:`proposal <Proposal/CustomTypeErrors>`).
 
+- The datatypes in ``GHC.Generics`` now have ``Enum``, ``Bounded``, ``Ix``,
+  ``Functor``, ``Applicative``, ``Monad``, ``MonadFix``, ``MonadPlus``, ``MonadZip``,
+  ``Foldable``, ``Foldable``, ``Traversable``, ``Generic1``, and ``Data`` instances
+  as appropriate. (:ghc-ticket:`9043`)
+
 - The ``Generic`` instance for ``Proxy`` is now poly-kinded (see :ghc-ticket:`10775`)
 
 - The ``IsString`` instance for ``[Char]`` has been modified to eliminate



More information about the ghc-commits mailing list