diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-02-12 13:17:02 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2019-02-12 13:17:02 -0500 |
commit | ba11d0aad0a9f2275bf6fe733db4719416d80c36 (patch) | |
tree | c4e6b6dfa78dc899250ed32d14da87c8f8121961 | |
parent | 0f253b890ca3aff79622cad6433a623795cd8ff7 (diff) | |
download | haskell-ba11d0aad0a9f2275bf6fe733db4719416d80c36.tar.gz |
users-guide: Some more release notes for 8.6.4
-rw-r--r-- | docs/users_guide/8.6.4-notes.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/users_guide/8.6.4-notes.rst b/docs/users_guide/8.6.4-notes.rst index 738b89b818..e0d9a15637 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 ------------ |