diff options
author | Tamar Christina <tamar@zhox.com> | 2017-10-25 09:53:54 +0100 |
---|---|---|
committer | Tamar Christina <tamar@zhox.com> | 2017-10-25 09:59:29 +0100 |
commit | b1ad0bb3be084f365b351dafed41593176e6ec08 (patch) | |
tree | c2f32cfb343f332dd73889c9f3a9adaa91bdb524 /docs | |
parent | 2e16a578e9380ea88792d0f9825b68faf4b81b8f (diff) | |
download | haskell-b1ad0bb3be084f365b351dafed41593176e6ec08.tar.gz |
Revert "Update Win32 version for GHC 8.4."
This reverts commit 561bdca16e2fe88d0b96fc10098955eabca81bba.
submodule
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.4.1-notes.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst index 8b11c056f6..b787e2e626 100644 --- a/docs/users_guide/8.4.1-notes.rst +++ b/docs/users_guide/8.4.1-notes.rst @@ -271,10 +271,3 @@ 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. |