You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GHC 9.0.2 adds first-class AArch64/Darwin support using the LLVM backend, as well as fixing a number of critical correctness bugs with the 9.0.1 release, along with numerous improvements to compiler performance and memory usage:
First-class support for Apple M1 hardware using GHC’s LLVM ARM backend.
Fix a number of incorrect rewrite rules for fromInteger (GHC#19345, GHC#20066).
Emit warnings if Unicode Bidirectional Formatting characters are found in the source, possibly misleading code reviewers (GHC#20263, vulnerability website).
Many packaging-related fixes, including versioned ghc-pkg executables (GHC#20087), and actually distributing GHC versions linked against the native big integer backend (GHC#18967, GHC#19953) on both Windows and Alpine Linux. Some previous releases were still linked against the GMP library due to a misconfiguration of the builders.
A significant refactoring of process fixing numerous bugs mostly on Apple platforms (GHC#19994, process refactoring).
This report is a notification & tracking report for https://www.haskell.org/ghc/blog/20211225-ghc-9.0.2-released.html support
Released on
2021-12-25
:Complete release notes: https://downloads.haskell.org/ghc/9.0.2/docs/html/users_guide/9.0.2-notes.html
To have a glance for HLS: quoting
GHC 9.0.2 summary release notes
GHC 9.0.2 adds first-class AArch64/Darwin support using the LLVM backend, as well as fixing a number of critical correctness bugs with the 9.0.1 release, along with numerous improvements to compiler performance and memory usage:
fromInteger
(GHC#19345, GHC#20066).ghc-pkg
executables (GHC#20087), and actually distributing GHC versions linked against thenative
big integer backend (GHC#18967, GHC#19953) on both Windows and Alpine Linux. Some previous releases were still linked against theGMP
library due to a misconfiguration of the builders.process
fixing numerous bugs mostly on Apple platforms (GHC#19994, process refactoring).A number of things to date (2022-01-07) is still not done: https://gitlab.haskell.org/ghc/ghc/-/issues/19632#note_400751, for example, boot
ghc-*
package versions not released to Hackage.The text was updated successfully, but these errors were encountered: