<div dir="ltr">Thanks Mark! This build seems to work well. I'm in the process of publishing a new <a href="http://ghcformacosx.github.io/">http://ghcformacosx.github.io/</a> with it.<div><br></div><div>Austin - do you still plan to get these binaries online? I think <a href="http://haskell.org">haskell.org</a> has more bandwidth than <a href="http://ozonehouse.com">ozonehouse.com</a> :)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 12, 2015 at 7:02 AM, Austin Seipp <span dir="ltr"><<a href="mailto:austin@well-typed.com" target="_blank">austin@well-typed.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'll get them online with signed hashes today.<br>
<div class="HOEnZb"><div class="h5"><br>
On Thu, Feb 12, 2015 at 8:20 AM, Ozgur Akgun <<a href="mailto:ozgurakgun@gmail.com">ozgurakgun@gmail.com</a>> wrote:<br>
> This is great.<br>
><br>
> What would one have to do to get this added to<br>
> <a href="https://www.haskell.org/ghc/download_ghc_7_8_4" target="_blank">https://www.haskell.org/ghc/download_ghc_7_8_4</a> ?<br>
><br>
> Ozgur<br>
><br>
> On 11 February 2015 at 06:16, Mark Lentczner <<a href="mailto:mark.lentczner@gmail.com">mark.lentczner@gmail.com</a>><br>
> wrote:<br>
>><br>
>> My build procedure is very minimal:<br>
>><br>
>>     export MACOSX_DEPLOYMENT_TARGET=10.6<br>
>>     ./configure 2>&1 | tee ../conf.log<br>
>>     cat > mk/<a href="http://build.mk" target="_blank">build.mk</a> <<END<br>
>>     V=1<br>
>>     SplitObjs=YES<br>
>>     SupportsSplitObjs=YES<br>
>>     HADDOCK_DOCS=YES<br>
>>     LATEX_DOCS=NO<br>
>>     HSCOLOUR_SRCS=YES<br>
>>     BUILD_DOCBOOK_HTML=YES<br>
>>     BUILD_DOCBOOK_PDF=NO<br>
>>     BUILD_DOCBOOK_PS=NO<br>
>>     BeConservative=YES<br>
>>     END<br>
>>     time make -j4 2>&1 | tee  ../make.log<br>
>>     time make binary-dist 2>&1 | tee  ../bd.log<br>
>><br>
>> That is all!<br>
><br>
><br>
><br>
</div></div><span class="im HOEnZb">> _______________________________________________<br>
> ghc-devs mailing list<br>
> <a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
> <a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
><br>
<br>
<br>
<br>
</span><span class="HOEnZb"><font color="#888888">--<br>
Regards,<br>
<br>
Austin Seipp, Haskell Consultant<br>
Well-Typed LLP, <a href="http://www.well-typed.com/" target="_blank">http://www.well-typed.com/</a><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
</div></div></blockquote></div><br></div>