diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-05-09 19:25:11 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-05-30 06:07:31 -0400 |
commit | 3d96016926cc88506db416f87b6e4b68a3a0d25f (patch) | |
tree | ce9a9aa570c78b76d70ca769379ff71abf92851e /docs | |
parent | 1449435c7bf1075f5cd11098d8c98b99f8fe150a (diff) | |
download | haskell-3d96016926cc88506db416f87b6e4b68a3a0d25f.tar.gz |
rts: Drop compatibility shims for Windows Vista
We can now assume that the thread and processor group interfaces are
available.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/8.12.1-notes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/users_guide/8.12.1-notes.rst b/docs/users_guide/8.12.1-notes.rst index d7abe39bd6..8f5d5db439 100644 --- a/docs/users_guide/8.12.1-notes.rst +++ b/docs/users_guide/8.12.1-notes.rst @@ -114,6 +114,9 @@ Runtime system in the process's affinity mask, making GHC's behavior more predictable in containerized settings (:ghc-ticket:`14781`). +- Support for Windows Vista has been dropped. GHC-compiled programs now require + Windows 7 or later. + Template Haskell ~~~~~~~~~~~~~~~~ |