summaryrefslogtreecommitdiff
path: root/docs/users_guide/8.4.1-notes.rst
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2017-10-25 08:51:00 +0100
committerTamar Christina <tamar@zhox.com>2017-10-25 09:12:09 +0100
commit561bdca16e2fe88d0b96fc10098955eabca81bba (patch)
treed3bd501248aefc9c0f9229d694cd69268f1d8f4b /docs/users_guide/8.4.1-notes.rst
parente888a1ff4b5657c4243fe04f16db4e703fd601b2 (diff)
downloadhaskell-561bdca16e2fe88d0b96fc10098955eabca81bba.tar.gz
Update Win32 version for GHC 8.4.
Summary: Update to Win32 2.6 which is the expected version release for 8.4 This bumps the required submodule s as well. Test Plan: ./validate Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4117
Diffstat (limited to 'docs/users_guide/8.4.1-notes.rst')
-rw-r--r--docs/users_guide/8.4.1-notes.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst
index b787e2e626..8b11c056f6 100644
--- a/docs/users_guide/8.4.1-notes.rst
+++ b/docs/users_guide/8.4.1-notes.rst
@@ -271,3 +271,10 @@ Build system
There is currently no explicit dependency between the two in the build system and such there is no way
to notify ``base`` that the ``rts`` has been split, or vice versa.
(see :ghc-ticket:`5987`).
+
+Win32
+~~~~~
+
+- Version number 2.6.x.x (was 2.5.4.1)
+ NOTE: This release is a backwards incompatible release which corrects the type of certain APIs.
+ See issue https://github.com/haskell/win32/issues/24.