# GHC 9.4.6 is now available

**URL:** https://discourse.haskell.org/t/ghc-9-4-6-is-now-available/7231
**Category:** Announcements
**Created:** [August 7, 2023, 3:58pm UTC](https://discourse.haskell.org/t/ghc-9-4-6-is-now-available/7231 "2023-08-07T15:58:38Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![bgamari](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.haskell.org/bgamari/32/3599_2.png) [@bgamari](https://discourse.haskell.org/u/bgamari)
#### Post date: [August 7, 2023, 3:58pm UTC](https://discourse.haskell.org/t/ghc-9-4-6-is-now-available/7231/1 "2023-08-07T15:58:38Z")

</div>

The GHC developers are happy to announce the availability of GHC 9.4.6. Binary  
distributions, source distributions, and documentation are available at  
[downloads.haskell.org](https://downloads.haskell.org/ghc/9.4.6).

This release is primarily a bugfix release addressing some issues  
found in 9.4.6. These include:

- Many bug fixes for the simplifier, preventing compiler panics, loops and  
incorrect code generation (#22761, #22549, #23208, #22761, #22272, #23146,  
#23012, #22547).
- Bug fixes for the typechecker involving newtype family instances, making  
type equalities more robust and bugs having to do with defaulting representation  
polymorphic type variables (#23329, #23333, #23143, #23154, #23176).
- Some bug fixes for code generation, particularly on the aarch64 backend,  
including adding more memory barriers for array read operations (#23541, #23749).
- Some bug fixes for windows builds, ensuring the reliablility of IO manager shutdown  
and a bug fix for the RTS linker on windows (#23691, #22941).
- A bug fix for the non-moving GC ensuring mutator allocations are properly  
accounted for (#23312).
- A bug fix preventing some segfaults by ensuring that pinned allocations respect  
block size (#23400).
- Many bug fixes for the bytecode interpreter, allowing a greater subset  
of the language to be interpreted (#22376, #22840, #22051, #21945, #23068, #22958).
- … and a few more. See the [release notes](https://downloads.haskell.org/~ghc/9.4.6/docs/users_guide/9.4.6-notes.html) 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](https://gitlab.haskell.org/ghc/ghc/-/issues/new) if you see  
anything amiss.

---

<div class="post-metadata">

### Author: ![mpilgrem](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.haskell.org/mpilgrem/32/2529_2.png) [@mpilgrem](https://discourse.haskell.org/u/mpilgrem)
#### Post date: [August 7, 2023, 6:15pm UTC](https://discourse.haskell.org/t/ghc-9-4-6-is-now-available/7231/2 "2023-08-07T18:15:11Z")

</div>

I have updated Stack’s default `setup-info` dictionary for these binary distributions, and added GHC 9.4.6’s global hints to `global-hints.yaml`.

---

<div class="post-metadata">

### Author: ![Matthew-Mosior](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.haskell.org/matthew-mosior/32/2566_2.png) [@Matthew-Mosior](https://discourse.haskell.org/u/Matthew-Mosior)
#### Post date: [August 7, 2023, 8:00pm UTC](https://discourse.haskell.org/t/ghc-9-4-6-is-now-available/7231/3 "2023-08-07T20:00:50Z")

</div>

Can’t wait to try this out, see a couple of non-moving GC fixes!

---

<div class="post-metadata">

### Author: ![Kleidukos](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.haskell.org/kleidukos/32/1213_2.png) [@Kleidukos](https://discourse.haskell.org/u/Kleidukos)
#### Post date: [August 9, 2023, 7:46am UTC](https://discourse.haskell.org/t/ghc-9-4-6-is-now-available/7231/4 "2023-08-09T07:46:17Z")

</div>

Congratulations for the release!

---

<div class="post-metadata">

### Author: ![juhp](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.haskell.org/juhp/32/323_2.png) [@juhp](https://discourse.haskell.org/u/juhp)
#### Post date: [August 21, 2023, 4:54am UTC](https://discourse.haskell.org/t/ghc-9-4-6-is-now-available/7231/5 "2023-08-21T04:54:23Z")

</div>

This is now stable for all current Fedora Linux releases (in the ghc9.4 package).

The EPEL 9 ghc9.4 build should go stable after tomorrow.

---

<div class="post-metadata">

### Author: ![juhp](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.haskell.org/juhp/32/323_2.png) [@juhp](https://discourse.haskell.org/u/juhp)
#### Post date: [August 21, 2023, 4:55am UTC](https://discourse.haskell.org/t/ghc-9-4-6-is-now-available/7231/6 "2023-08-21T04:55:41Z")

</div>

Latest Stackage LTS 21 is now on ghc-9.4.6
