--
Joe Van Dyk
http://fixieconsulting.com
_______________________________________________
Beginners mailing list
Begi...@haskell.org
http://www.haskell.org/mailman/listinfo/beginners
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/
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/
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/
>
>
>
--
Joe Van Dyk
http://fixieconsulting.com
> 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/
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
> In Jaunty it's available.
And in Karmic, but the original poster asked about Hardy.
On Mon, Nov 23, 2009 at 8:55 PM, Erik de Castro Lopo
<mle...@mega-nerd.com<mle%2B...@mega-nerd.com>
> 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.
On Mon, Nov 23, 2009 at 11:16 PM, Erik de Castro Lopo
<mle...@mega-nerd.com<mle%2B...@mega-nerd.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.
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
>
>
--
Joe Van Dyk
http://fixieconsulting.com