Yes this fixes the issue I found on the Mac. Although it seems there is a minor problem that I encountered:sudo make install.../usr/bin/install -c -m 644 docs/users_guide/ghc.1 "/usr/local/share/man/man1"install: /usr/local/share/man/man1/ghc.1: No such file or directorymake[1]: *** [install_man] Error 71make: *** [install] Error 2bash-3.2$ rm /usr/local/share/man/man1/ghc.1
Warning:/var/folders/9b/rh4y2gy92hgdb6ktv4df1jv00000gn/T/pkgConf-data-ordlist-0.4.78235644401115438165.0:Unrecognized field abi on line 15
George Colpitts <george.colpitts@gmail.com> writes:
> installs fine on mac but cabal install vector fails on primitive, looks to
> me like gmp library is not provided
>
I have built a new OS X binary [1] which should be linked against the
in-tree libgmp, fixing this issue (which we've been tracking as Trac
#11423).
I have also pushed a 32-bit Windows build.
Perhaps those affected by this issue could try this distribution?
Cheers,
- Ben
[1] http://downloads.haskell.org/~ghc/8.0.1-rc1/ghc-8.0.0b.20160111-x86_64-apple-darwin.tar.xz
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs