[commit: ghc] master: Note new GHC.Generics instances in release notes (20ab2ad)

git at git.haskell.org git at git.haskell.org
Thu Feb 25 19:49:34 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/20ab2adf7938bf1c6afed38509b4b01102bceff9/ghc

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

commit 20ab2adf7938bf1c6afed38509b4b01102bceff9
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


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

20ab2adf7938bf1c6afed38509b4b01102bceff9
 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 5943ed2..17c15ac 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -539,6 +539,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