[commit: ghc] ghc-8.0: relnotes: Remove redundant entry (1cff3ca)

git at git.haskell.org git at git.haskell.org
Tue Jan 5 12:28:07 UTC 2016


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

On branch  : ghc-8.0
Link       : http://ghc.haskell.org/trac/ghc/changeset/1cff3cac8d0ee36bdf681e42d70c4f5b9e886723/ghc

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

commit 1cff3cac8d0ee36bdf681e42d70c4f5b9e886723
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Jan 5 13:27:01 2016 +0100

    relnotes: Remove redundant entry


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

1cff3cac8d0ee36bdf681e42d70c4f5b9e886723
 docs/users_guide/8.0.1-notes.rst | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/users_guide/8.0.1-notes.rst b/docs/users_guide/8.0.1-notes.rst
index 013b7b8..795f909 100644
--- a/docs/users_guide/8.0.1-notes.rst
+++ b/docs/users_guide/8.0.1-notes.rst
@@ -436,7 +436,7 @@ See ``changelog.md`` in the ``base`` package for full release notes.
 - ``forever``, ``filterM``, ``mapAndUnzipM``, ``zipWithM``, ``zipWithM_``,
   ``replicateM``, and ``replicateM`` were generalized from ``Monad`` to
   ``Applicative``. If this causes performance regressions, try to make the
-  implementation of ``(*>)`` match that of ``(>>)``.
+  implementation of ``(*>)`` match that of ``(>>)`` (see :ghc-ticket:`10168`).
 
 - Add ``URec``, ``UAddr``, ``UChar``, ``UDouble``, ``UFloat``, ``UInt``, and ``UWord`` to
   ``GHC.Generics`` as part of making GHC generics capable of handling unlifted
@@ -450,10 +450,6 @@ See ``changelog.md`` in the ``base`` package for full release notes.
   super-class of ``Monoid`` in the future). These modules were
   provided by the ``semigroups`` package previously. (:ghc-ticket:`10365`)
 
-- The constraints of various functions in ``Control.Monad`` have been
-  generalized from ``Monad`` to ``Applicative`` including ``filterM``,
-  ``zipWithM`` and ``replicateM_`` (see :ghc-ticket:`10168`).
-
 - Add ``GHC.TypeLits.TypeError`` and ``ErrorMessage`` to allow users
   to define custom compile-time error messages.
 



More information about the ghc-commits mailing list