diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-07-21 14:58:40 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-07-22 19:38:21 -0400 |
commit | f8e23a101c5b57606b5650f32c36a88fcd290f96 (patch) | |
tree | d5d10262340fb1e29b6b5f3dfa0c8e0f3979a965 /docs/users_guide | |
parent | 19e80b9af252eee760dc047765a9930ef00067ec (diff) | |
download | haskell-wip/drop-win32.tar.gz |
Drop 32-bit Windows supportwip/drop-win32
As noted in #18487, we have reached the end of this road.
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/8.12.1-notes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/users_guide/8.12.1-notes.rst b/docs/users_guide/8.12.1-notes.rst index 1fe2e49894..454d50a12e 100644 --- a/docs/users_guide/8.12.1-notes.rst +++ b/docs/users_guide/8.12.1-notes.rst @@ -79,6 +79,11 @@ Highlights $(return []) instance C Bool where foo = True + * Support for 32-bit Windows has officially been dropped as Microsoft has + formally discontinued new 32-bit Windows 10 releases in 2020. See + :ghc-ticket:`18487` for details. + + Full details ------------ |