<div dir="ltr"><div>Hi Ben,</div><div><br></div><div>The package ghc-8.10.3-x86_64-unknown-mingw32-integer-simple.tar.xz reports</div><div><br></div><div>Tamar@PowPow

/t/ghc> ./ghc-8.10.3/bin/ghc.exe -v<br>Glasgow Haskell Compiler, Version 8.10.3, stage 2 booted by GHC version 8.8.3<br>...<br>wired-in package integer-wired-in mapped to integer-gmp-1.0.3.0</div><div>...</div><div><br></div><div>Tamar@PowPow /t/ghc> ./ghc-8.10.3/bin/ghc-pkg list | grep integer<br>    integer-gmp-1.0.3.0<br></div><div><br></div><div>Is this package correct? The naming seems different from the one in the 9.0.1-alpha as well (that one had an explicit -integer-simple in the folder name when uncompressed)<br></div><div><br></div><div>Thanks,</div><div>Tamar<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Dec 20, 2020 at 12:23 AM Ben Gamari <<a href="mailto:ben@well-typed.com">ben@well-typed.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello all,<br>
<br>
The GHC team is happy to announce the release of GHC 8.10.3. Source<br>
and binary distributions are available at the usual place:<br>
<br>
    <a href="https://downloads.haskell.org/ghc/8.10.3/" rel="noreferrer" target="_blank">https://downloads.haskell.org/ghc/8.10.3/</a><br>
<br>
GHC 8.10.3 fixes a number of issues in present in GHC 8.10.2 including:<br>
<br>
 * Numerous stability improves on Windows<br>
<br>
 * More robust support for architectures with weak memory ordering<br>
   guarantees (e.g. modern ARM hardware).<br>
<br>
 * GHC can now split dynamic objects to accomodate macOS' RPATH size<br>
   limitation when building large projects (#14444)<br>
<br>
 * Several correctness bugs in the new low-latency garbage collector<br>
<br>
 * Many, many other bug-fixes<br>
<br>
Note that at the moment we still require that macOS Catalina users<br>
exempt the binary distribution from the notarization requirement by<br>
running `xattr -cr .` on the unpacked tree before running `make install`.<br>
This situation will hopefully be improved for GHC 9.0.1 with the<br>
resolution of #17418 [1].<br>
<br>
Cheers,<br>
<br>
- Ben<br>
<br>
[1] <a href="https://gitlab.haskell.org/ghc/ghc/issues/17418" rel="noreferrer" target="_blank">https://gitlab.haskell.org/ghc/ghc/issues/17418</a><br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>