<div dir="ltr"><div>For Debian testing I added the following</div><div><br></div><div>```</div><div>    linux64-ncurses6:<br>      8.6.0.20180810:<br>        url: <a href="https://downloads.haskell.org/~ghc/8.6.1-beta1/ghc-8.6.0.20180810-x86_64-deb8-linux.tar.xz">https://downloads.haskell.org/~ghc/8.6.1-beta1/ghc-8.6.0.20180810-x86_64-deb8-linux.tar.xz</a><br>        sha256: 69e2e5c579e71c5fed1cf9be9760af4bce5f99865211c8eb6073722b8baffbd9<br>```</div><div><br></div><div>Which points to the version I would normally download and install, and is picked up by `stack setup`.</div><div><br></div><div>Alan<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 11 August 2018 at 06:03, Dan Burton <span dir="ltr"><<a href="mailto:danburton.email@gmail.com" target="_blank">danburton.email@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">I've generated a stack.yaml which should allow most stack users to install this ghc release via stack.</span><br style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><br style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><a href="https://gist.github.com/DanBurton/43b5f5155fdd1affd02f6e86f37da9ae" style="color:rgb(17,85,204);font-size:12.8px" target="_blank">https://gist.github.com/DanBur<wbr>ton/43b5f5155fdd1affd02f6e86f3<wbr>7da9ae</a><br style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><br style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><span style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">e.g.</span><br style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><br style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><font style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial" face="monospace, monospace">$ mkdir test-new-ghc && cd test-new-ghc<br>$ wget<span> </span><a href="https://gist.github.com/DanBurton/43b5f5155fdd1affd02f6e86f37da9ae/raw/6cb25068fcfae7d70739b7927248a80518192ad6/stack.yaml" style="color:rgb(17,85,204)" target="_blank">https://gist.github.com/D<wbr>anBurton/43b5f5155fdd1affd02f6<wbr>e86f37da9ae/raw/6cb25068fcfae7<wbr>d70739b7927248a80518192ad6/<wbr>stack.yaml</a></font><br style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><div style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><font face="monospace, monospace">$ stack setup<br>$ stack repl<br></font></div><div style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><br><font face="arial, helvetica, sans-serif">Once installed in this way, you can simply use:</font></div><div style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><font face="monospace, monospace"><br></font></div><div style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><div style="font-family:monospace,monospace">compiler: ghc-8.6.0.20180810</div><div><font face="monospace, monospace">compiler-check: match-exact</font><br><br><font face="arial, helvetica, sans-serif">In any project's stack.yaml in order to build with this version of ghc.</font></div></div><div class="gmail_extra" style="font-size:12.8px;text-decoration-style:initial;text-decoration-color:initial"><br clear="all"><div><div class="m_4238631484226230238gmail-m_-7839066876157857325gmail_signature">-- Dan Burton</div></div></div><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Ben Gamari</b> <span dir="ltr"><<a href="mailto:ben@well-typed.com" target="_blank">ben@well-typed.com</a>></span><br>Date: Fri, Aug 10, 2018 at 7:31 PM<br>Subject: [Haskell] [ANNOUNCE] GHC 8.6.1-beta1 available<br>To: GHC developers <<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a>>, GHC users <<a href="mailto:glasgow-haskell-users@haskell.org" target="_blank">glasgow-haskell-users@<wbr>haskell.org</a>>, Haskell Cafe <<a href="mailto:haskell-cafe@googlegroups.com" target="_blank">haskell-cafe@googlegroups.com</a><wbr>>, <a href="mailto:haskell@haskell.org" target="_blank">haskell@haskell.org</a><br><br><br><br>
Hello everyone,<br>
<br>
The GHC development team is very pleased to announce the first beta<br>
leading up to GHC 8.6.1 release. The usual release artifacts are<br>
available from<br>
<br>
    <a href="https://downloads.haskell.org/~ghc/8.6.1-beta1" rel="noreferrer" target="_blank">https://downloads.haskell.org/<wbr>~ghc/8.6.1-beta1</a><br>
<br>
This beta fixes most of the bugs reported in the first two alphas and<br>
brings all of the core libraries up to their final release versions.<br>
<br>
The 8.6 release fixes over 300 bugs from the 8.4 series and introduces a<br>
number of exciting features. These most notably include:<br>
<br>
 * Significantly better handling of macOS linker command size limits,<br>
   avoiding linker errors while linking large projects<br>
<br>
 * A new deriving mechanism, `deriving via`, providing a convenient way<br>
   for users to extend Haskell's typeclass deriving mechanism<br>
<br>
 * Quantified constraints, allowing forall quantification in contexts<br>
<br>
 * An early version of the GHCi `:doc` command<br>
<br>
 * The `ghc-heap-view` package, allowing introspection into the<br>
   structure of GHC's heap<br>
<br>
 * Valid hole fit hints, helping the user to find terms to fill typed<br>
   holes in their programs<br>
<br>
 * The BlockArguments extension, allowing the `$` operator to be omitted<br>
   in some unambiguous contexts<br>
<br>
 * The next phase of the MonadFail proposal, enabling<br>
   -XMonadFailDesugaring by default<br>
<br>
A full list of the changes in this release can be found in the<br>
release notes:<br>
<br>
    <a href="https://downloads.haskell.org/~ghc/8.6.1-beta1/docs/html/users_guide/8.6.1-notes.html" rel="noreferrer" target="_blank">https://downloads.haskell.org/<wbr>~ghc/8.6.1-beta1/docs/html/use<wbr>rs_guide/8.6.1-notes.html</a><br>
<br>
This will very likely be the last release before the final 8.6.1 so do<br>
give it a thorough testing and, as always, report any issues you<br>
encounter. Thanks for your help!<br>
<br>
Cheers,<br>
<br>
- Ben<br>
<br>______________________________<wbr>_________________<br>
Haskell mailing list<br>
<a href="mailto:Haskell@haskell.org" target="_blank">Haskell@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bi<wbr>n/mailman/listinfo/haskell</a><br>
<br></div><br><input name="virtru-metadata" value="{"email-policy":{"state":"closed","expirationUnit":"days","disableCopyPaste":false,"disablePrint":false,"disableForwarding":false,"expires":false,"isManaged":false},"attachments":{},"compose-window":{"secure":false}}" type="hidden"></div>
<br>______________________________<wbr>_________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-<wbr>bin/mailman/listinfo/haskell-<wbr>cafe</a><br>
Only members subscribed via the mailman list are allowed to post.<br></blockquote></div><br></div>