[commit: ghc] master: base: changelog entries for Arrow/ArrowChoice (e7c076d)
git at git.haskell.org
git at git.haskell.org
Fri Oct 16 19:25:38 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e7c076d014075ae31b569b77c1fa2d47d992c662/ghc
>---------------------------------------------------------------
commit e7c076d014075ae31b569b77c1fa2d47d992c662
Author: Austin Seipp <austin at well-typed.com>
Date: Fri Oct 16 14:27:52 2015 -0500
base: changelog entries for Arrow/ArrowChoice
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
e7c076d014075ae31b569b77c1fa2d47d992c662
libraries/base/changelog.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md
index 24a6e7f..34493ac 100644
--- a/libraries/base/changelog.md
+++ b/libraries/base/changelog.md
@@ -72,6 +72,9 @@
* Add `forkOSWithUnmask` to `Control.Concurrent`, which is like
`forkIOWithUnmask`, but the child is run in a bound thread.
+ * The `MINIMAL` definition of `Arrow` is now `arr AND (first OR (***))`.
+
+ * The `MINIMAL` definition of `ArrowChoice` is now `left OR (+++)`.
## 4.8.1.0 *Jul 2015*
More information about the ghc-commits
mailing list