[commit: ghc] : users-guide: Some more release notes for 8.6.4 (ba11d0a)
git at git.haskell.org
git at git.haskell.org
Wed Mar 6 16:38:09 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch :
Link : http://ghc.haskell.org/trac/ghc/changeset/ba11d0aad0a9f2275bf6fe733db4719416d80c36/ghc
>---------------------------------------------------------------
commit ba11d0aad0a9f2275bf6fe733db4719416d80c36
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Feb 12 13:17:02 2019 -0500
users-guide: Some more release notes for 8.6.4
>---------------------------------------------------------------
ba11d0aad0a9f2275bf6fe733db4719416d80c36
docs/users_guide/8.6.4-notes.rst | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/docs/users_guide/8.6.4-notes.rst b/docs/users_guide/8.6.4-notes.rst
index 738b89b..e0d9a15 100644
--- a/docs/users_guide/8.6.4-notes.rst
+++ b/docs/users_guide/8.6.4-notes.rst
@@ -11,10 +11,22 @@ Highlights
The highlights, since the 8.6.3 release, are:
+- Inconsistencies between the versions of ``transformers`` and ``process``
+ shipped with the compiler and those present on Hackage have been resolved
+ (:ghc-ticket:`16199`).
- A patch fixing a set of linker failures on Windows has been reverted as it unfortunately caused
(:ghc-ticket:`15105`, :ghc-ticket:`15894`, :ghc-ticket:`15934`)
- A bug wherein changes in default method definitions would fail to trigger
recompilation has been fixed (:ghc-ticket:`15970`).
+- A bug wherein plugins would fail to lookup names not in scope in the module
+ being compiled has been fixed (:ghc-ticket:`16104`)
+- A bug resulting in hangs during RTS shutdown on Darwin has been resolved
+ (:ghc-ticket:`16150`)
+- A bug where some programs involving :extension:`StaticData` would be rejected
+ with either a typechecking error or internal compiler error has been fixed
+ (:ghc-ticket:`16141`)
+- A bug where compilation on Windows can fail with linker errors referring to
+ ``__chkstk_ms`` has been fixed (:ghc-ticket:`16166`)
Known issues
------------
More information about the ghc-commits
mailing list