[commit: ghc] ghc-8.0: users_guide: A few miscellaneous notes in relnotes (4cda36d)
git at git.haskell.org
git at git.haskell.org
Wed Aug 31 23:24:23 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/4cda36de5cefb144c797b26552e438c90a3e22fd/ghc
>---------------------------------------------------------------
commit 4cda36de5cefb144c797b26552e438c90a3e22fd
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Aug 31 17:15:37 2016 -0400
users_guide: A few miscellaneous notes in relnotes
>---------------------------------------------------------------
4cda36de5cefb144c797b26552e438c90a3e22fd
docs/users_guide/8.0.2-notes.rst | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/docs/users_guide/8.0.2-notes.rst b/docs/users_guide/8.0.2-notes.rst
index 0832566..cbabe40 100644
--- a/docs/users_guide/8.0.2-notes.rst
+++ b/docs/users_guide/8.0.2-notes.rst
@@ -8,7 +8,7 @@ TODO FIXME
Highlights
----------
-TODO FIXME.
+- Many, many bug fixes.
Full details
------------
@@ -37,3 +37,8 @@ Template Haskell
f x = $(addModFinalizer (reify 'x >>= runIO . print) >> [| x |])
+``ghc`` library
+~~~~~~~~~~~~~~~
+
+- Accessors are now exposed for ``ErrUtils.ErrMsg`` and ``ErrUtils.ErrDoc``.
+
More information about the ghc-commits
mailing list