diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-07-21 14:58:40 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-07-27 20:09:07 -0400 |
commit | aa054d32a8ff69c334293a0d6c9d11b83a236a96 (patch) | |
tree | 6ccd9125aad7d0bcd85633267403af5e0ff6110a /docs | |
parent | 6ff89c173f39813f74d7bbf95770c5e40039f155 (diff) | |
download | haskell-aa054d32a8ff69c334293a0d6c9d11b83a236a96.tar.gz |
Drop 32-bit Windows support
As noted in #18487, we have reached the end of this road.
Diffstat (limited to 'docs')
-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 ea198f5167..28b9ceb541 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 ------------ |