[Haskell] [ANNOUNCE] Glasgow Haskell Compiler 8.10.3 released
Ben Gamari
ben at well-typed.com
Sun Dec 20 00:21:42 UTC 2020
Hello all,
The GHC team is happy to announce the release of GHC 8.10.3. Source
and binary distributions are available at the usual place:
https://downloads.haskell.org/ghc/8.10.3/
GHC 8.10.3 fixes a number of issues in present in GHC 8.10.2 including:
* Numerous stability improves on Windows
* More robust support for architectures with weak memory ordering
guarantees (e.g. modern ARM hardware).
* GHC can now split dynamic objects to accomodate macOS' RPATH size
limitation when building large projects (#14444)
* Several correctness bugs in the new low-latency garbage collector
* Many, many other bug-fixes
Note that at the moment we still require that macOS Catalina users
exempt the binary distribution from the notarization requirement by
running `xattr -cr .` on the unpacked tree before running `make install`.
This situation will hopefully be improved for GHC 9.0.1 with the
resolution of #17418 [1].
Cheers,
- Ben
[1] https://gitlab.haskell.org/ghc/ghc/issues/17418
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: not available
URL: <http://mail.haskell.org/pipermail/haskell/attachments/20201219/ab749664/attachment.sig>
More information about the Haskell
mailing list