On Sat, 2009-09-19 at 16:29 -0400, Robert H wrote: > I just got SL and want to start learning Haskell. HP sounds like a good > way to go to get "everything".
Yes, one workaround is needed to get ghc-6.10.x working on Snow Leopard: http://hackage.haskell.org/trac/ghc/ticket/2965#comment:24 Simon says: Ok, just to summarise the situation: 6.10.4 needs a tiny fix to work with Snow Leopard: add -optc-m32 -opta-m32 -optl-m32 to the script /usr/bin/ghc, or wherever ghc lives on your system. The 32-bit OS X distribution of GHC 6.12.1 will work on Snow Leopard without modification. Duncan _______________________________________________ Haskell-platform mailing list Haskell-platform@projects.haskell.org http://projects.haskell.org/cgi-bin/mailman/listinfo/haskell-platform