Send Beginners mailing list submissions to
        beginners@haskell.org

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
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1. Re:  recommended way to get haskell 6.10 installed        on ubuntu
      hardy? (Joe Van Dyk)
   2. Re:  recommended way to get haskell 6.10  installed on ubuntu
      hardy? (Erik de Castro Lopo)
   3. Re:  recommended way to get haskell 6.10 installed        on ubuntu
      hardy? (Juan Maiz)
   4. Re:  recommended way to get haskell 6.10  installed on ubuntu
      hardy? (Erik de Castro Lopo)
   5. Re:  recommended way to get haskell 6.10 installed        on ubuntu
      hardy? (Juan Maiz)
   6. Re:  recommended way to get haskell 6.10  installed on ubuntu
      hardy? (Erik de Castro Lopo)
   7. Re:  recommended way to get haskell 6.10 installed        on ubuntu
      hardy? (Juan Maiz)


----------------------------------------------------------------------

Message: 1
Date: Mon, 23 Nov 2009 13:07:19 -0800
From: Joe Van Dyk <j...@fixieconsulting.com>
Subject: Re: [Haskell-beginners] recommended way to get haskell 6.10
        installed       on ubuntu hardy?
To: Tony Morris <tonymor...@gmail.com>
Cc: beginners@haskell.org
Message-ID:
        <c715e640911231307p30bcf4edo6f600eb51a165...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

That works for the haskell platform?

On Mon, Nov 23, 2009 at 12: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 Morris
> http://tmorris.net/
>
>
>



-- 
Joe Van Dyk
http://fixieconsulting.com


------------------------------

Message: 2
Date: Tue, 24 Nov 2009 08:24:13 +1100
From: Erik de Castro Lopo <mle...@mega-nerd.com>
Subject: Re: [Haskell-beginners] recommended way to get haskell 6.10
        installed on ubuntu hardy?
To: beginners@haskell.org
Message-ID: <20091124082413.25801bd7.mle...@mega-nerd.com>
Content-Type: text/plain; charset=US-ASCII

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/


------------------------------

Message: 3
Date: Mon, 23 Nov 2009 20:10:02 -0200
From: Juan Maiz <juanm...@gmail.com>
Subject: Re: [Haskell-beginners] recommended way to get haskell 6.10
        installed       on ubuntu hardy?
To: beginners@haskell.org
Message-ID:
        <b7bbd22e0911231410q5dccfb1dg1613543be3e2f...@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"

In Jaunty it's available.

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

> 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/
> _______________________________________________
> Beginners mailing list
> Beginners@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.haskell.org/pipermail/beginners/attachments/20091123/8160aecf/attachment-0001.html

------------------------------

Message: 4
Date: Tue, 24 Nov 2009 09:55:39 +1100
From: Erik de Castro Lopo <mle...@mega-nerd.com>
Subject: Re: [Haskell-beginners] recommended way to get haskell 6.10
        installed on ubuntu hardy?
To: beginners@haskell.org
Message-ID: <20091124095539.d77fae6a.mle...@mega-nerd.com>
Content-Type: text/plain; charset=US-ASCII

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/


------------------------------

Message: 5
Date: Mon, 23 Nov 2009 21:31:05 -0200
From: Juan Maiz <juanm...@gmail.com>
Subject: Re: [Haskell-beginners] recommended way to get haskell 6.10
        installed       on ubuntu hardy?
To: beginners@haskell.org
Message-ID:
        <b7bbd22e0911231531j4024fd8ctded12daa659e1...@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"

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%2...@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
> Beginners@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.haskell.org/pipermail/beginners/attachments/20091123/14af753b/attachment-0001.html

------------------------------

Message: 6
Date: Tue, 24 Nov 2009 12:16:24 +1100
From: Erik de Castro Lopo <mle...@mega-nerd.com>
Subject: Re: [Haskell-beginners] recommended way to get haskell 6.10
        installed on ubuntu hardy?
To: beginners@haskell.org
Message-ID: <20091124121624.067220fc.mle...@mega-nerd.com>
Content-Type: text/plain; charset=US-ASCII

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.

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


------------------------------

Message: 7
Date: Mon, 23 Nov 2009 23:28:21 -0200
From: Juan Maiz <juanm...@gmail.com>
Subject: Re: [Haskell-beginners] recommended way to get haskell 6.10
        installed       on ubuntu hardy?
To: beginners@haskell.org
Message-ID:
        <b7bbd22e0911231728s64f979baj3af7e037040c...@mail.gmail.com>
Content-Type: text/plain; charset="windows-1252"

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%2...@mega-nerd.com>
> wrote:

> 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.
>
> Erik
> --
> ----------------------------------------------------------------------
> Erik de Castro Lopo
> http://www.mega-nerd.com/
> _______________________________________________
> Beginners mailing list
> Beginners@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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://www.haskell.org/pipermail/beginners/attachments/20091123/1fd2b478/attachment.html

------------------------------

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


End of Beginners Digest, Vol 17, Issue 28
*****************************************

Reply via email to