
Hi! Two students in my class tried to install Haskell on their private MacBooks (one Leopard, one SnowLeopard). We used the package at http://hackage.haskell.org/platform/mac.html . Neither of them got to install it as the button "Install" is greyed and not clickable. What is the best way to install GHC on a current Mac? It would not necessarily have to be the latest greatest. Regards, Torsten

On Mon, Feb 14, 2011 at 8:28 AM, Torsten Otto
Hi!
Two students in my class tried to install Haskell on their private MacBooks (one Leopard, one SnowLeopard). We used the package at http://hackage.haskell.org/platform/mac.html. Neither of them got to install it as the button "Install" is greyed and not clickable.
What is the best way to install GHC on a current Mac? It would not necessarily have to be the latest greatest.
The most common cause of this error is not having Xcode installed. It should be on one of the discs that came with the Mac, but it is also available from Apple if you make a (free) login to their dev site: http://developer.apple.com/technologies/xcode.html Antoine
Regards, Torsten
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

On 15/02/11 1:28 AM, Torsten Otto wrote:
Hi!
Two students in my class tried to install Haskell on their private MacBooks (one Leopard, one SnowLeopard). We used the package at http://hackage.haskell.org/platform/mac.html. Neither of them got to install it as the button "Install" is greyed and not clickable.
What is the best way to install GHC on a current Mac? It would not necessarily have to be the latest greatest. If you are not adverse to package managers, I found brew to be painless:
https://github.com/mxcl/homebrew brew install ghc # I was using just this for a while brew install haskell-platform # To get cabal and all that stuff Cheers, Xavier
Regards, Torsten
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners

And also remember to install the Unix Developers tools when you install XCode. ::paul On Feb 14, 2011, at 2:41 PM, Xavier Shay wrote:
Hi!
Two students in my class tried to install Haskell on their private MacBooks (one Leopard, one SnowLeopard). We used the package at http://hackage.haskell.org/platform/mac.html. Neither of them got to install it as the button "Install" is greyed and not clickable.
What is the best way to install GHC on a current Mac? It would not necessarily have to be the latest greatest. If you are not adverse to package managers, I found brew to be
On 15/02/11 1:28 AM, Torsten Otto wrote: painless:
https://github.com/mxcl/homebrew brew install ghc # I was using just this for a while brew install haskell-platform # To get cabal and all that stuff
Cheers, Xavier
Regards, Torsten
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
participants (4)
-
Antoine Latter
-
Paul Higham
-
Torsten Otto
-
Xavier Shay