Building GHC for Mac OS X 10.5

2011-10-13 Thread Sean Leather
After many years, I have once again attempted to build GHC from source. The experience went much easier than in the past. This time, my system is running the now-old 10.5 (Leopard) using Xcode 3.1.4. I'm probably the only one who wants to build on 10.5, but I still appreciate the fact that GHC

[GHC API] How to retrieve the result of a statement evaluation ?

2011-10-13 Thread Alain Cremieux
Hi, I am trying to move to GHC 7.2.1, and have problems replacing 'hint', which is not available anymore (and is overkill for what I need to do). So I decided to use GHC API instead, but I can't make it work exactly as I'd like. I need to evaluate simple statements, like [xx ++ show i | i -

Re: Building GHC for Mac OS X 10.5

2011-10-13 Thread Brandon Allbery
On Thu, Oct 13, 2011 at 11:18, Sean Leather leat...@cs.uu.nl wrote: This time, my system is running the now-old 10.5 (Leopard) using Xcode 3.1.4. I'm probably the only one who wants to build on 10.5, but I still appreciate the fact that GHC can be built on a variety of systems, allowing more