GHC 9.2.5 released

The GHC developers are very happy to at announce the availability of GHC
9.2.5. Binary distributions, source distributions, and documentation are
available at downloads.haskell.org.

Download Page: GHC 9.2.5 download — The Glasgow Haskell Compiler
Blog Post: GHC 9.2.5 is now available — The Glasgow Haskell Compiler

This release is primarily a bugfix release addressing a few issues
found in 9.2.4. These include:

  • Code generation issues in the AArch64 native code generator backend
    resulting in incorrect runtime results in some circumstances (#22282, #21964)
  • Fixes for a number of issues with the simplifier leading to core lint
    errors and suboptimal performance (#21694, #21755, #22114)
  • A long-standing interface-file determinism issue where full paths would leak
    into the interface file (#22162)
  • A runtime system bug where creating empty mutable arrays resulted in a crash
    (#21962)
  • … and a few more. See the release notes for a full accounting.

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,
Well-Typed, Tweag I/O, Serokell, Equinix, SimSpace, Haskell Foundation, 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
12 Likes

I have raised a pull request to add GHC 9.2.5 to Stack’s default setup-info directory, here. I arbitrarily took up GitHub’s offer of @borsboom as a reviewer, but if anyone else has a moment to double-check my (manual) additions, I would be grateful.

1 Like

Latest nightly snapshot now uses 9.2.5: Compare nightly-2022-11-12 with nightly-2022-11-14 :: Stackage Server

EDIT: Now also available in Stackage LTS 20.0

2 Likes

Available now in current Fedora Linux releases in the ghc9.2 package.

2 Likes