summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2022-12-23 10:31:33 -0500
committerBen Gamari <ben@smart-cactus.org>2022-12-23 10:31:33 -0500
commitcafe75946c465dd20c324918807464e09f12ac2f (patch)
treec509dc723345a3a30944d97e92e2afb98d0c75ba
parent34d1f0fbb6f4ed6249e0fe7eab6e39aa28fc200b (diff)
downloadhaskell-wip/backports-9.4.tar.gz
docs/relnotes: Mention #22561ghc-9.4.4-releasewip/backports-9.4
-rw-r--r--docs/users_guide/9.4.4-notes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/9.4.4-notes.rst b/docs/users_guide/9.4.4-notes.rst
index e2b355e499..9a12b3bae6 100644
--- a/docs/users_guide/9.4.4-notes.rst
+++ b/docs/users_guide/9.4.4-notes.rst
@@ -20,6 +20,7 @@ Issues fixed in this release include:
* Fix the :ghc-flag:`-fdefer-diagnostics`. (:ghc-ticket:`22391`)
* Fixes to several subtle compiler panics. (:ghc-ticket:`22491`, :ghc-ticket:`22416`, :ghc-ticket:`22549`, :ghc-ticket:`22475`, :ghc-ticket:`22039`)
* Add correct write barries to IORef operations. (:ghc-ticket:`22468`)
+* The toolchain provided with Windows binary distributions now searches for its own headers and libraries before those of the host system's msys2 installation (:ghc-ticket:`22561`)
Included libraries