[commit: ghc] master: Add missing changelog entries for current state of #9586 (ed65808)

git at git.haskell.org git at git.haskell.org
Sat Sep 20 21:59:51 UTC 2014


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

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

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

commit ed65808cebf068a98f564f6ad962838c6526591b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Sep 20 23:58:12 2014 +0200

    Add missing changelog entries for current state of #9586


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

ed65808cebf068a98f564f6ad962838c6526591b
 libraries/base/changelog.md | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index c57d5f0..d7e1133 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -45,6 +45,20 @@
     In other words, unqualified imports of `Data.List` and
     `Data.Foldable` no longer lead to conflicting definitions. (#9586)
 
+  * Replace the `Control.Monad`-exported functions
+
+    ```
+    sequence_, msum, mapM_, forM_
+    ```
+
+    by re-exports of their generalised `Data.Foldable` counterparts.
+    In other words, unqualified imports of `Control.Monad` and
+    `Data.Foldable` no longer lead to conflicting definitions. (#9586)
+
+  * New module `Data.OldList` containing only list-specialised versions of
+    the functions from `Data.List` (in other words, `Data.OldList` corresponds
+    to `base-4.7.0.1`'s `Data.List`)
+
 ## 4.7.0.1  *Jul 2014*
 
   * Bundled with GHC 7.8.3



More information about the ghc-commits mailing list