Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Re: Installing Haskell on a Mac (Xavier Shay)
2. Re: Installing Haskell on a Mac (Paul Higham)
----------------------------------------------------------------------
Message: 1
Date: Tue, 15 Feb 2011 09:41:31 +1100
From: Xavier Shay <[email protected]>
Subject: Re: [Haskell-beginners] Installing Haskell on a Mac
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
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
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
------------------------------
Message: 2
Date: Mon, 14 Feb 2011 20:39:32 -0800
From: Paul Higham <[email protected]>
Subject: Re: [Haskell-beginners] Installing Haskell on a Mac
To: Xavier Shay <[email protected]>
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
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:
>
>
> 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
>> [email protected]
>> http://www.haskell.org/mailman/listinfo/beginners
>
> _______________________________________________
> Beginners mailing list
> [email protected]
> http://www.haskell.org/mailman/listinfo/beginners
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 32, Issue 31
*****************************************