Thanks for the tip. GHC 7.0.3 does seem to fix a couple bugs, and maybe even run faster than GHC 7.0.2.
On Tue, Apr 26, 2011 at 1:38 AM, Andrew Pennebaker <andrew.pennebaker@gmail.com> wrote:
$ cabal install hipmunkplayground$ system_profiler SPSoftwareDataType | grep "System Version"System Version: Mac OS X 10.6.7 (10J869)$ ghc --versionThe Glorious Glasgow Haskell Compilation System, version 7.0.2$ cabal --versioncabal-install version 0.10.2using version 1.10.1.0 of the Cabal library...Updating documentation index /Users/andrew/Library/Haskell/doc/index.htmlcabal: Error: some packages failed to install:GLFW-0.4.2 failed during the building phase. The exception was:ExitFailure 1HipmunkPlayground-5.2.0.3 depends on GLFW-0.4.2 which failed to install.GLFW is the package that failed to install. The reason for that should be in the scroll back somewhere but it can often be hard to find when it's buried in a huge list of compilation messages. If you try with just GLFW, eg., cabal install GLFW, then it should be easier to spot the error.Since you're on a mac, I would highly recommend getting the latest haskell platform. You're on 7.0.2 which has bug fixes that are relevant to build failures on OSX, as I understand it.Jason