Skip to content
Snippets Groups Projects
Commit 54332437 authored by Cheng Shao's avatar Cheng Shao Committed by Marge Bot
Browse files

docs: mention i386 Windows removal in 9.12 changelog

This commit mentions removal of i386 Windows support and stdcall
related change in the 9.12 changelog.
parent cef8f47a
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,15 @@ Compiler
- :ghc-flag:`-Wderiving-typeable` has been added to :ghc-flag:`-Wall`.
- i386 Windows support is now completely removed amid massive cleanup
of legacy code to pave way for Arm64 Windows support (`#24883
<https://gitlab.haskell.org/ghc/ghc/-/issues/24883>`_). Rest
assured, this does not impact existing support for x86_64 Windows or
i386 Linux. For end users, the ``stdcall`` C calling convention is
now fully deprecated and GHC will unconditionally produce a warning
and treat it as ``ccall``. All C import/export declarations on
Windows should now use ``ccall``.
GHCi
~~~~
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment