<div dir="ltr">Yes, it worked for me.<br><br><div class="gmail_quote"><div dir="ltr">On Sat, Sep 22, 2018 at 7:44 PM Evan Laforge <<a href="mailto:qdunkan@gmail.com">qdunkan@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Has anyone installed the OS X binary distribution?  I get:<br>
<br>
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" copy<br>
libraries/ghc-prim dist-install "strip" '' '/usr/local'<br>
'/usr/local/lib/ghc-8.6.1'<br>
'/usr/local/share/doc/ghc-8.6.1/html/libraries' 'v p dyn'<br>
dyld: Library not loaded: /usr/local/opt/gmp/lib/libgmp.10.dylib<br>
  Referenced from:<br>
/usr/local/src/hs/ghc-8.6.1/libraries/base/dist-install/build/libHSbase-4.12.0.0-ghc8.6.1.dylib<br>
  Reason: image not found<br>
<br>
otool -L on libHSBase indeed shows a reference to<br>
/usr/local/opt/gmp/lib/libgmp.10.dylib, which of course doesn't exist,<br>
not being a standard location.  otool on 8.4.2's libHSBase has no<br>
reference to libgmp at all.  Both of them have<br>
@rpath/libHSinteger-gmp-1.0.2.0-ghc$version.dylib, but perhaps that's<br>
just ghc's binding to libgmp.<br>
<br>
I don't actually know how ghc links libgmp nowadays.  Perhaps the<br>
usual OS X build statically links libgmp and some flags got wrong for<br>
this one and it wound up dynamic?<br>
On Fri, Sep 21, 2018 at 5:57 PM Ben Gamari <<a href="mailto:ben@well-typed.com" target="_blank">ben@well-typed.com</a>> wrote:<br>
><br>
> Hello everyone,<br>
><br>
> The GHC team is pleased to announce the availability of GHC 8.6.1, the<br>
> fourth major release in the GHC 8 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.1" rel="noreferrer" target="_blank">https://downloads.haskell.org/~ghc/8.6.1</a><br>
><br>
> The 8.6 release fixes over 400 bugs from the 8.4 series and introduces a<br>
> number of exciting features. These most notably include:<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 constraint 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>
>  * An exciting new plugin mechanism, source plugins, allowing plugins to<br>
>    inspect and modify a wide variety of compiler representations.<br>
><br>
>  * Improved recompilation checking when plugins are used<br>
><br>
>  * Significantly better handling of macOS linker command size limits,<br>
>    avoiding linker errors while linking large projects<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/docs/html/users_guide/8.6.1-notes.html" rel="noreferrer" target="_blank">https://downloads.haskell.org/~ghc/8.6.1/docs/html/users_guide/8.6.1-notes.html</a><br>
><br>
> Perhaps of equal importance, GHC 8.6 is the second major release made<br>
> under GHC's accelerated six-month release schedule and the first set of<br>
> binary distributions built primarily using our new continuous<br>
> integration scheme. While the final 8.6 release is around three weeks<br>
> later than initially scheduled due to late-breaking bug reports, we<br>
> expect that the 8.8 release schedule shouldn't be affected.<br>
><br>
> Thanks to everyone who has contributed to developing, documenting, and<br>
> testing this release!<br>
><br>
> As always, let us know if you encounter trouble.<br>
><br>
><br>
> How to get it<br>
> ~~~~~~~~~~~~~<br>
><br>
> The easy way is to go to the web page, which should be self-explanatory:<br>
><br>
>         <a href="https://www.haskell.org/ghc/" rel="noreferrer" target="_blank">https://www.haskell.org/ghc/</a><br>
><br>
> We supply binary builds in the native package format for many<br>
> platforms, and the source distribution is available from the same<br>
> place.<br>
><br>
> Packages will appear as they are built - if the package for your<br>
> system isn't available yet, please try again later.<br>
><br>
><br>
> Background<br>
> ~~~~~~~~~~<br>
><br>
> Haskell is a standard lazy functional programming language.<br>
><br>
> GHC is a state-of-the-art programming suite for Haskell.  Included is<br>
> an optimising compiler generating efficient code for a variety of<br>
> platforms, together with an interactive system for convenient, quick<br>
> development.  The distribution includes space and time profiling<br>
> facilities, a large collection of libraries, and support for various<br>
> language extensions, including concurrency, exceptions, and foreign<br>
> language interfaces. GHC is distributed under a BSD-style open source license.<br>
><br>
> A wide variety of Haskell related resources (tutorials, libraries,<br>
> specifications, documentation, compilers, interpreters, references,<br>
> contact information, links to research groups) are available from the<br>
> Haskell home page (see below).<br>
><br>
><br>
> On-line GHC-related resources<br>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
><br>
> Relevant URLs on the World-Wide Web:<br>
><br>
> GHC home page              <a href="https://www.haskell.org/ghc/" rel="noreferrer" target="_blank">https://www.haskell.org/ghc/</a><br>
> GHC developers' home page  <a href="https://ghc.haskell.org/trac/ghc/" rel="noreferrer" target="_blank">https://ghc.haskell.org/trac/ghc/</a><br>
> Haskell home page          <a href="https://www.haskell.org/" rel="noreferrer" target="_blank">https://www.haskell.org/</a><br>
><br>
><br>
> Supported Platforms<br>
> ~~~~~~~~~~~~~~~~~~~<br>
><br>
> The list of platforms we support, and the people responsible for them,<br>
> is here:<br>
><br>
>    <a href="https://ghc.haskell.org/trac/ghc/wiki/Contributors" rel="noreferrer" target="_blank">https://ghc.haskell.org/trac/ghc/wiki/Contributors</a><br>
><br>
> Ports to other platforms are possible with varying degrees of<br>
> difficulty.  The Building Guide describes how to go about porting to a<br>
> new platform:<br>
><br>
>     <a href="https://ghc.haskell.org/trac/ghc/wiki/Building" rel="noreferrer" target="_blank">https://ghc.haskell.org/trac/ghc/wiki/Building</a><br>
><br>
><br>
> Developers<br>
> ~~~~~~~~~~<br>
><br>
> We welcome new contributors.  Instructions on accessing our source<br>
> code repository, and getting started with hacking on GHC, are<br>
> available from the GHC's developer's site run by Trac:<br>
><br>
>   <a href="https://ghc.haskell.org/trac/ghc/" rel="noreferrer" target="_blank">https://ghc.haskell.org/trac/ghc/</a><br>
><br>
><br>
> Mailing lists<br>
> ~~~~~~~~~~~~~<br>
><br>
> We run mailing lists for GHC users and bug reports; to subscribe, use<br>
> the web interfaces at<br>
><br>
>     <a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users</a><br>
>     <a href="https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-tickets" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-tickets</a><br>
><br>
> There are several other haskell and ghc-related mailing lists on<br>
> <a href="http://www.haskell.org" rel="noreferrer" target="_blank">www.haskell.org</a>; for the full list, see<br>
><br>
>     <a href="https://mail.haskell.org/cgi-bin/mailman/listinfo" rel="noreferrer" target="_blank">https://mail.haskell.org/cgi-bin/mailman/listinfo</a><br>
><br>
> Some GHC developers hang out on #haskell on IRC, too:<br>
><br>
>     <a href="https://www.haskell.org/haskellwiki/IRC_channel" rel="noreferrer" target="_blank">https://www.haskell.org/haskellwiki/IRC_channel</a><br>
><br>
> Please report bugs using our bug tracking system.  Instructions on<br>
> reporting bugs can be found here:<br>
><br>
>     <a href="https://www.haskell.org/ghc/reportabug" rel="noreferrer" target="_blank">https://www.haskell.org/ghc/reportabug</a><br>
> _______________________________________________<br>
> Glasgow-haskell-users mailing list<br>
> <a href="mailto:Glasgow-haskell-users@haskell.org" target="_blank">Glasgow-haskell-users@haskell.org</a><br>
> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users</a><br>
_______________________________________________<br>
Glasgow-haskell-users mailing list<br>
<a href="mailto:Glasgow-haskell-users@haskell.org" target="_blank">Glasgow-haskell-users@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/glasgow-haskell-users</a><br>
</blockquote></div></div>