[Haskell] [ANNOUNCE] GHC 9.2.3 released

The GHC developers are very happy to at announce the availability of GHC 9.2.3. Binary distributions, source distributions, and documentation are available at [`downloads.haskell.org`](https://downloads.haskell.org/ghc/9.2.3). Download Page: https://www.haskell.org/ghc/download_ghc_9_2_3.html Blog Post: https://www.haskell.org/ghc/blog/20220527-ghc-9.2.3-released.html This release includes many bug-fixes and other improvements to 9.2.2 including: * A fix to a critical linking bug on Windows causing the 9.2.2 release to be unusable (#21196). * Numerous bug fixes for regressions and other issues in the typechecker (#2147, #21515, #20582, #20820, #21130, #21479). * Correctness bugs in the code generator and compiler backends (#21396, #20959, #21465). * Packaging fixes on many platforms (#20760, #21487, #21402). * Many others. See the [release notes][] for a full list. As some of the fixed issues do affect correctness users are encouraged to upgrade promptly. We would like to thank Microsoft Azure, GitHub, IOG, the Zw3rk stake pool, Tweag I/O, Serokell, Equinix, SimSpace, and other anonymous contributors whose on-going financial and in-kind support has facilitated GHC maintenance and release management over the years. Finally, this release would not have been possible without the hundreds of open-source contributors whose work comprise this release. As always, do give this release a try and open a [ticket] if you see anything amiss. Happy compiling, - Zubin [ticket]: https://gitlab.haskell.org/ghc/ghc/-/issues/new [release notes]: https://downloads.haskell.org/ghc/9.2.3/docs/html/users_guide/9.2.3-notes.ht...

FYI, gpg documentation is incorrect, should be your public key: http://pgp.mit.edu/pks/lookup?op=get&search=0x88b57fcf7db53b4db3bfa4b1588764fbe22d19c4 http://pgp.mit.edu/pks/lookup?op=get&search=0x88b57fcf7db53b4db3bfa4b1588764fbe22d19c4 Thanks for the release!
$ gpg --import /opt/local/ports/lang/ghc/files/keyid-ffeb7ce81e16a36b3e2ded6f2de04d4e97db64ad.txt gpg: key 2DE04D4E97DB64AD: 3 signatures not checked due to missing keys gpg: key 2DE04D4E97DB64AD: public key "Benjamin Gamari
" imported gpg: Total number processed: 1 gpg: imported: 1 gpg: no ultimately trusted keys found $ gpg --verify /opt/local/var/macports/distfiles/ghc/ghc-9.2.3-x86_64-apple-darwin.tar.xz.sig /opt/local/var/macports/distfiles/ghc/ghc-9.2.3-x86_64-apple-darwin.tar.xz gpg: Signature made Fri May 27 12:03:10 2022 EDT gpg: using RSA key 88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4 gpg: Can't check signature: No public key
On May 27, 2022, at 3:31 PM, Zubin Duggal
wrote: https://www.haskell.org/ghc/download_ghc_9_2_3.html https://www.haskell.org/ghc/download_ghc_9_2_3.html

Hi
https://gitlab.haskell.org/ghc/ghc/-/issues/21506, ghc-9.4.1-alpha1 does
not install on macos, exists on 9.2.3 also. The workaround given in 21506
works. Do you want a ticket for this?
Thanks
George
On Fri, May 27, 2022 at 4:41 PM Zubin Duggal
The GHC developers are very happy to at announce the availability of GHC 9.2.3. Binary distributions, source distributions, and documentation are available at [`downloads.haskell.org`]( https://downloads.haskell.org/ghc/9.2.3).
Download Page: https://www.haskell.org/ghc/download_ghc_9_2_3.html Blog Post: https://www.haskell.org/ghc/blog/20220527-ghc-9.2.3-released.html
This release includes many bug-fixes and other improvements to 9.2.2 including:
* A fix to a critical linking bug on Windows causing the 9.2.2 release to be unusable (#21196).
* Numerous bug fixes for regressions and other issues in the typechecker (#2147, #21515, #20582, #20820, #21130, #21479).
* Correctness bugs in the code generator and compiler backends (#21396, #20959, #21465).
* Packaging fixes on many platforms (#20760, #21487, #21402).
* Many others. See the [release notes][] for a full list.
As some of the fixed issues do affect correctness users are encouraged to upgrade promptly.
We would like to thank Microsoft Azure, GitHub, IOG, the Zw3rk stake pool, Tweag I/O, Serokell, Equinix, SimSpace, and other anonymous contributors whose on-going financial and in-kind support has facilitated GHC maintenance and release management over the years. Finally, this release would not have been possible without the hundreds of open-source contributors whose work comprise this release.
As always, do give this release a try and open a [ticket] if you see anything amiss.
Happy compiling,
- Zubin
[ticket]: https://gitlab.haskell.org/ghc/ghc/-/issues/new [release notes]: https://downloads.haskell.org/ghc/9.2.3/docs/html/users_guide/9.2.3-notes.ht... _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
participants (3)
-
George Colpitts
-
Steven Smith
-
Zubin Duggal