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.
GHC 9.4.6 is now available
https://discourse.haskell.org/t/ghc-9-4-6-is-now-available/7231
4 Comments
mangoiv@functional.cafe · 1 pts · 3y
@jaror this fixes my bug! Yeyyyy
jaror@kbin.social · 0 pts · 3y
Are you one of the lucky ones to find a segfault? :P
mangoiv@functional.cafe · 1 pts · 3y
@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