Re: [Haskell-cafe] haskell platform broken in ubuntu

2013-10-05 Thread Shrivats
Rustom, I've not looked at your forums link, what Vagif might be referring to is, since you've already got your compiler installed, installing the platform is /just/ compiling the remaining modules that are part of the platform. Of course, building the compiler from source would take a very long

Re: [Haskell-cafe] haskell platform broken in ubuntu

2013-10-05 Thread Vagif Verdi
Oops my bad. The script downloads and installs binary, already compiled ghc. So it certainly does not take 2 hours, i just did it on 2 computers and it takes less than a couple of minutes. I did not though install the entire haskell platform, only ghc itself. On Friday, October 4, 2013

[Haskell-cafe] haskell platform broken in ubuntu

2013-10-04 Thread Rustom Mody
I just upgraded my ubuntu laptop to 13.04 and haskell platform is gone!! http://askubuntu.com/questions/286764/how-to-install-haskell-platform-for-ubuntu-13-04 What is the current status on this? Is 13.10 going to correct this? ___ Haskell-Cafe mailing

Re: [Haskell-cafe] haskell platform broken in ubuntu

2013-10-04 Thread Vagif Verdi
13.04 has packages for ghc 7.6.2 It is easy to install latest haskell platform though. Just run this script: https://github.com/chrisprobst/ubuntu-raring-haskell On Friday, October 4, 2013 8:11:46 PM UTC-7, rusi wrote: I just upgraded my ubuntu laptop to 13.04 and haskell platform is gone!!

Re: [Haskell-cafe] haskell platform broken in ubuntu

2013-10-04 Thread Rustom Mody
On Sat, Oct 5, 2013 at 9:05 AM, Vagif Verdi vagif.ve...@gmail.com wrote: 13.04 has packages for ghc 7.6.2 It is easy to install latest haskell platform though. Just run this script: https://github.com/chrisprobst/ubuntu-raring-haskell I was hoping that something a little less painful than

Re: [Haskell-cafe] haskell platform broken in ubuntu

2013-10-04 Thread Vagif Verdi
That will give you only ghc 7.6.2. If you want latest haskell-platform, source compile is the only option. And btw it is not THAT painful :) You run the script, wait 2-3 minutes and tada! On Friday, October 4, 2013 8:44:29 PM UTC-7, rusi wrote: On Sat, Oct 5, 2013 at 9:05 AM, Vagif Verdi

Re: [Haskell-cafe] haskell platform broken in ubuntu

2013-10-04 Thread Rustom Mody
On Sat, Oct 5, 2013 at 9:18 AM, Vagif Verdi vagif.ve...@gmail.com wrote: That will give you only ghc 7.6.2. If you want latest haskell-platform, source compile is the only option. And btw it is not THAT painful :) You run the script, wait 2-3 minutes and tada! Ok so someone is very confused