why wouldn't it work?

heres my 4.9 gcc build, I believe it should work on any >= 10.7 system that has xcode cli tools installed,
please let me know if it fails!

http://www.wellposed.com/opensource/ghc/releasebuild-unofficial/ghc-7.8.3-x86_64-apple-darwin.tar.bz2




On Sat, Jul 12, 2014 at 9:04 PM, Mark Lentczner <mark.lentczner@gmail.com> wrote:
I will try to measure on 10.7 later today.

Preliminary numbers for gcc 4.9 are even better than clang - it saves 12% over gcc 4.2 builds. However, the gcc runtime isn't the same as the Apple standard... and we are so far at a loss how to package a ghc based on 4.9 that would work for Mac users without gcc 4.9.

- Mark