GHC 9.4.6 is now available

https://discourse.haskell.org/t/ghc-9-4-6-is-now-available/7231

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. This release is primarily a bugfix release addressing some issues found in 9.4.6.

4 points · 4 comments · view on lemmy.world

4 Comments

mangoiv@functional.cafe · 1 pts · 3y (3 replies)

@jaror this fixes my bug! Yeyyyy

jaror@kbin.social · 0 pts · 3y (2 replies)

Are you one of the lucky ones to find a segfault? :P

mangoiv@functional.cafe · 1 pts · 3y (1 reply)

@jaror yes very nasty, I reported an issue and three bugs were found investigating it. Romes and Ben did great work doing so. It were multiple issues with pointer tagging.

mangoiv@functional.cafe · 1 pts · 3y

@jaror it also exhibited a bug in the byte code interpreter which had been found before