<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,</div><div dir="ltr"><br></div><div dir="ltr">I always appreciate your hard work.</div><div dir="ltr"><br></div><div dir="ltr">Perhaps you may know, but the following html documents are not included in the windows tarball [1]:</div><div dir="ltr"><br></div><div dir="ltr">  * doc/html/index.html</div><div dir="ltr">  * doc/html/users_guide/index.html</div><div dir="ltr">  * doc/html/libraries/index.html</div><div dir="ltr"><br></div><div dir="ltr">These files were included in ghc-8.6.3 tarball [2].</div><div dir="ltr"><br></div><div dir="ltr">These are very useful in offline or slow network environment :)</div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr">[1]: <a href="https://downloads.haskell.org/ghc/8.6.4/ghc-8.6.4-x86_64-unknown-mingw32.tar.xz">https://downloads.haskell.org/ghc/8.6.4/ghc-8.6.4-x86_64-unknown-mingw32.tar.xz</a></div><div dir="ltr">[2]: <a href="https://downloads.haskell.org/ghc/8.6.3/ghc-8.6.3-x86_64-unknown-mingw32.tar.xz">https://downloads.haskell.org/ghc/8.6.3/ghc-8.6.3-x86_64-unknown-mingw32.tar.xz</a></div><div dir="ltr"><br></div><div dir="ltr">Regards,</div><div dir="ltr">Takenobu</div><div dir="ltr"><br></div></div><div dir="ltr"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 6, 2019 at 5:53 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"><br>
Hello everyone,<br>
<br>
The GHC team is very happy to announce the availability of GHC 8.6.4, a<br>
bugfix release in the GHC 8.6 series. The source distribution, binary<br>
distributions, and documentation for this release are available at<br>
<br>
    <a href="https://downloads.haskell.org/~ghc/8.6.4" rel="noreferrer" target="_blank">https://downloads.haskell.org/~ghc/8.6.4</a><br>
<br>
The 8.6.4 release fixes several regressions present in 8.6.3 including:<br>
<br>
 - A regression resulting in segmentation faults on Windows introduced<br>
   by the fix for #16071 backported in 8.6.3. This fix has been reverted,<br>
   meaning that 8.6.4 is once again susceptible to #16071. #16071 will<br>
   be fixed in GHC 8.8.1.<br>
<br>
 - A bug resulting in incorrect locking on Darwin, potentially resulting<br>
   in hangs at shutdown (#16150)<br>
<br>
 - A few bugs in the profiled runtime resulting in the potential for<br>
   memory unsafety has been fixed (#15508).<br>
<br>
 - The `process` and `transformers` libraries shipped now properly<br>
   reflect released Hackage releases (#16199)<br>
<br>
 - A bug where TH name resolution would break in a plugin context has<br>
   been fixed (#16104)<br>
<br>
 - Compilers that do not support TemplateHaskell no longer advertise<br>
   such support in `--supported-languages` (#16331)<br>
<br>
As a few of these issues are rather serious users are strongly<br>
encouraged to upgrade. See Trac [1] for a full list of issues resolved<br>
in this release.<br>
<br>
Note that this release ships with one significant but long-standing bug<br>
(#14251): Calls to functions taking both Float# and Double# may result<br>
in incorrect code generation when compiled using the LLVM code generator.<br>
This is not a new issue, it has existed as long as the LLVM code<br>
generator has existed; however, changes in code generation in 8.6 made<br>
it more likely that user code using only lifted types will trigger it.<br>
<br>
Note also that this is the first release cut from our (yet again)<br>
revamped continuous integration infrastructure. While we have done a<br>
great deal of checking to ensure that the build configuration reflects<br>
that of previous releases, do let us know if something looks off.<br>
<br>
Happy compiling!<br>
<br>
Cheers,<br>
<br>
- Ben<br>
<br>
[1] <a href="https://ghc.haskell.org/trac/ghc/query?status=closed&milestone=8.6.4&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority" rel="noreferrer" target="_blank">https://ghc.haskell.org/trac/ghc/query?status=closed&milestone=8.6.4&col=id&col=summary&col=status&col=type&col=priority&col=milestone&col=component&order=priority</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></div></div></div>