Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Haskell-beginners] recommended way to get haskell 6.10 installed on ubuntu hardy?

0 views
Skip to first unread message

Joe Van Dyk

unread,
Nov 23, 2009, 3:09:23 PM11/23/09
to begi...@haskell.org
There's no ubuntu package for 6.10 (only 6.8), and the haskell
platform says you need 6.10 installed to build the source package.

--
Joe Van Dyk
http://fixieconsulting.com
_______________________________________________
Beginners mailing list
Begi...@haskell.org
http://www.haskell.org/mailman/listinfo/beginners

Tony Morris

unread,
Nov 23, 2009, 3:12:38 PM11/23/09
to Joe Van Dyk, begi...@haskell.org
Hi Joe,
You might consider installing the 6.8 package to bootstrap a 6.10
compile. I've done it a few times with high success and pretty
straight-forward.

Joe Van Dyk wrote:
> There's no ubuntu package for 6.10 (only 6.8), and the haskell
> platform says you need 6.10 installed to build the source package.
>
>
>
>

--
Tony Morris
http://tmorris.net/

deech

unread,
Nov 23, 2009, 3:53:20 PM11/23/09
to
On Nov 23, 2:12 pm, Tony Morris <tonymor...@gmail.com> wrote:
> Hi Joe,
> You might consider installing the 6.8 package to bootstrap a 6.10
> compile. I've done it a few times with high success and pretty
> straight-forward.
>
> Joe Van Dyk wrote:
> > There's no ubuntu package for 6.10 (only 6.8), and the haskell
> > platform says you need 6.10 installed to build the source package.
>
> --
> Tony Morrishttp://tmorris.net/
>
> _______________________________________________
> Beginners mailing list
> Beginn...@haskell.orghttp://www.haskell.org/mailman/listinfo/beginners

Tony's advice is probably your best bet, but after you've installed
ghc 6.8 using apt-get, install GHC using the Haskell Platform [1]
source installer. This comes with many other libraries but importantly
it installs 'cabal' which is probably the most important tool required
to get up and running with Haskell.

-deech
[1] http://hackage.haskell.org/platform/

Joe Van Dyk

unread,
Nov 23, 2009, 4:07:52 PM11/23/09
to Tony Morris, begi...@haskell.org
That works for the haskell platform?

On Mon, Nov 23, 2009 at 12:12 PM, Tony Morris <tonym...@gmail.com> wrote:
> Hi Joe,
> You might consider installing the 6.8 package to bootstrap a 6.10
> compile. I've done it a few times with high success and pretty
> straight-forward.
>
> Joe Van Dyk wrote:
>> There's no ubuntu package for 6.10 (only 6.8), and the haskell
>> platform says you need 6.10 installed to build the source package.
>>
>>
>>
>>
>
> --
> Tony Morris
> http://tmorris.net/
>
>
>

--

Erik de Castro Lopo

unread,
Nov 23, 2009, 4:24:36 PM11/23/09
to begi...@haskell.org
Joe Van Dyk wrote:

> There's no ubuntu package for 6.10 (only 6.8), and the haskell
> platform says you need 6.10 installed to build the source package.

At work we use hardy and to get the latest haskell stuff I did
the following:

a) Install ghc-6.8.
b) Add this to /etc/apt/sources.list:

deb-src http://ftp.au.debian.org/debian unstable main non-free contrib

c) Get the sources to ghc-6.10 using:

apt-get build-dep ghc6
apt-get source ghc-6.10

d) Build the package and install it.
e) Apt get the sources to the libraries and build/install them.

Its painful and you do need to be reasonably comfortable with building
debian packages, but it worked for me.

Cheers,
Erik
--
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/

Juan Maiz

unread,
Nov 23, 2009, 5:10:17 PM11/23/09
to begi...@haskell.org
In Jaunty it's available.

On Mon, Nov 23, 2009 at 7:24 PM, Erik de Castro Lopo
<mle...@mega-nerd.com<mle%2B...@mega-nerd.com>
> wrote:

--
Juan Maiz Lulkin Flores da Cunha
---------------------------------------------------------------------------
Softa Consultoria para Desenvolvimento
http://www.softa.com.br
http://www.mailee.me - Finalmente e-mail marketing 2.0
http://www.linkedin.com/in/juanmaiz
http://workingwithrails.com/recommendation/new/person/9354-juan-maiz
�The most exciting breakthroughs of the 21st century will not occur because
of technology but because of an expanding concept of what it means to be
human�
John Naisbitt

Erik de Castro Lopo

unread,
Nov 23, 2009, 5:55:58 PM11/23/09
to begi...@haskell.org
Juan Maiz wrote:

> In Jaunty it's available.

And in Karmic, but the original poster asked about Hardy.

Juan Maiz

unread,
Nov 23, 2009, 6:31:23 PM11/23/09
to begi...@haskell.org
But it's worthy to upgrade. :D

On Mon, Nov 23, 2009 at 8:55 PM, Erik de Castro Lopo
<mle...@mega-nerd.com<mle%2B...@mega-nerd.com>
> wrote:

--

Erik de Castro Lopo

unread,
Nov 23, 2009, 8:16:45 PM11/23/09
to begi...@haskell.org
Juan Maiz wrote:

> But it's worthy to upgrade. :D

I've got close to 1000 kiosk style machines in the field, with the
vast majority being spread out across the US (I live in Australia).
These machines have no keyboard, just a network connection (not
particularly high bandwidth).

How do you propose that I upgrade these machines? What do I do
with the machines that fail during upgrade?

Upgrading is not always the right answer.

Juan Maiz

unread,
Nov 23, 2009, 8:28:55 PM11/23/09
to begi...@haskell.org
Well I think the fact my sentence ended with a :D says everything.

On Mon, Nov 23, 2009 at 11:16 PM, Erik de Castro Lopo
<mle...@mega-nerd.com<mle%2B...@mega-nerd.com>
> wrote:

--

David Virebayre

unread,
Nov 24, 2009, 1:43:17 AM11/24/09
to Joe Van Dyk, begi...@haskell.org
On Mon, Nov 23, 2009 at 9:08 PM, Joe Van Dyk <j...@fixieconsulting.com>wrote:

> There's no ubuntu package for 6.10 (only 6.8), and the haskell
> platform says you need 6.10 installed to build the source package.
>

When I was on Hardy, I just installed 6.10 from the binary tarball.
(Kubuntu)

David.

Joe Van Dyk

unread,
Nov 30, 2009, 1:39:46 AM11/30/09
to Juan Maiz, begi...@haskell.org
Is it? Hardy is supposed for 5 years (as it's a LTS release). Don't
think Jaunty is.

On Mon, Nov 23, 2009 at 3:31 PM, Juan Maiz <juan...@gmail.com> wrote:
> But it's worthy to upgrade. :D
>
> On Mon, Nov 23, 2009 at 8:55 PM, Erik de Castro Lopo <mle...@mega-nerd.com>

> wrote:
>>
>> Juan Maiz wrote:
>>
>> > In Jaunty it's available.
>>
>> And in Karmic, but the original poster asked about Hardy.
>>
>> Erik
>> --
>> ----------------------------------------------------------------------
>> Erik de Castro Lopo
>> http://www.mega-nerd.com/
>> _______________________________________________
>> Beginners mailing list
>> Begi...@haskell.org
>> http://www.haskell.org/mailman/listinfo/beginners
>
>
>
> --
> Juan Maiz Lulkin Flores da Cunha
> ---------------------------------------------------------------------------
> Softa Consultoria para Desenvolvimento
> http://www.softa.com.br
> http://www.mailee.me - Finalmente e-mail marketing 2.0
> http://www.linkedin.com/in/juanmaiz
> http://workingwithrails.com/recommendation/new/person/9354-juan-maiz

> “The most exciting breakthroughs of the 21st century will not occur because


> of technology but because of an expanding concept of what it means to be

> human”
> John Naisbitt


>
> _______________________________________________
> Beginners mailing list
> Begi...@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>

--

0 new messages