<div dir="ltr">I have built "in the official manner" both GHC 7.8.4 and GHC 7.10.1 rc2 from sources. You can find them here:<div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><a href="http://www.ozonehouse.com/mark/platform/">http://www.ozonehouse.com/mark/platform/</a></div><div><br></div></blockquote>They need some "doesn't crash out of the box" testing on a few OS X systems before I think we should declare them good and put them on the download page.<div><br></div><div>Can you help out?</div><div><br></div><div>Basic instructions to install a bindist in a local, isolated area (so you don't clobber your system GHC installation):<br><br></div><div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><font face="monospace, monospace">mkdir test-ghc<br>cd test-ghc<br>tar xf $binddist_tar_file<br>cd ghc*<br>configure --prefix=`cd ..; pwd`<br>make install<br>cd ..<br><br></font></blockquote>Let me know if that works - and what version of OS X you used.</div><div><br></div><div>- Mark<br><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><font face="monospace, monospace"><br></font></blockquote></div></div>