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. Problem installing Haskell platform on Ubuntu Karmic (Kim Stebel)
2. Re: Problem installing Haskell platform on Ubuntu Karmic
(aditya siram)
----------------------------------------------------------------------
Message: 1
Date: Sun, 04 Apr 2010 08:20:04 +0200
From: Kim Stebel <[email protected]>
Subject: [Haskell-beginners] Problem installing Haskell platform on
Ubuntu Karmic
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hello List,
I can't compile the haskell platform. I followed this guide
http://davidsiegel.org/haskell-platform-in-karmic-koala/ and downloaded
http://hackage.haskell.org/platform/2010.1.0.0/haskell-platform-2010.1.0.0.tar.gz
as suggested in comment 5. configure runs fine, but when I try to "make"
it, it fails to compile the network package.
Preprocessing library network-2.2.1.7...
Building network-2.2.1.7...
[1 of 5] Compiling Network.URI ( Network/URI.hs,
dist/build/Network/URI.o )
[2 of 5] Compiling Network.Socket.Internal (
dist/build/Network/Socket/Internal.hs,
dist/build/Network/Socket/Internal.o )
[3 of 5] Compiling Network.Socket ( dist/build/Network/Socket.hs,
dist/build/Network/Socket.o )
[4 of 5] Compiling Network.BSD ( dist/build/Network/BSD.hs,
dist/build/Network/BSD.o )
[5 of 5] Compiling Network ( Network.hs, dist/build/Network.o )
Network.hs:274:15:
Warning: Pattern match(es) are overlapped
In a case alternative: a -> ...
Network/URI.hs:108:7:
Could not find module `Text.ParserCombinators.Parsec':
Perhaps you haven't installed the profiling libraries for package
`parsec-2.1.0.1'?
Use -v to see a list of the files searched for.
Error:
Building the network-2.2.1.7 package failed
make: *** [build.stamp] Error 2
I'd really appreciate any help.
------------------------------
Message: 2
Date: Sun, 4 Apr 2010 01:31:02 -0500
From: aditya siram <[email protected]>
Subject: Re: [Haskell-beginners] Problem installing Haskell platform
on Ubuntu Karmic
To: Kim Stebel <[email protected]>
Cc: [email protected]
Message-ID:
<[email protected]>
Content-Type: text/plain; charset=ISO-8859-1
Try to download and install the GHC binary [1] directly, do a "make
clean" and then "make". Ubuntu does not really maintain the latest
versions of Haskell libraries or the GHC compiler so try not to use
apt-get to install them.
It is much better to install GHC manually and Haskell Platform
manually and then install everything you need using "cabal-install".
-deech
[1] http://www.haskell.org/ghc/download_ghc_6_12_1.html#binaries
------------------------------
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
End of Beginners Digest, Vol 22, Issue 5
****************************************