Re: [Haskell-cafe] Upgraded to GHC 6.12 and can't find anything

2009-12-28 Thread Gregory Propf
. --- On Sun, 12/27/09, Ivan Lazar Miljenovic ivan.miljeno...@gmail.com wrote: From: Ivan Lazar Miljenovic ivan.miljeno...@gmail.com Subject: Re: [Haskell-cafe] Upgraded to GHC 6.12 and can't find anything To: Gregory Propf gregorypr...@yahoo.com Cc: Haskell-Cafe haskell-cafe@haskell.org Date: Sunday

Re: [Haskell-cafe] Upgraded to GHC 6.12 and can't find anything

2009-12-28 Thread Jon Harrop
On Monday 28 December 2009 21:06:20 Gregory Propf wrote: Ok, I'm trying to build the haskell platform but getting this.  Anyone know what the problem is?  As far as I know I have all the development libs for OpenGL.  I'm not sure what this means.  I'm running Ubuntu 9.04 on a 64bit dual core

Re: [Haskell-cafe] Upgraded to GHC 6.12 and can't find anything

2009-12-28 Thread Tom Hawkins
Jon, I haven't tried GHC 6.12 or the Haskell Platform yet, but here is our standard install procedure for our company, which has worked consistently for us since GHC 6.8 (we use ubuntu 9.04 32-bit): - Add ~/.ghc/bin and ~/.cabal/bin to PATH. - Download and extract latest ghc. Then from

[Haskell-cafe] Upgraded to GHC 6.12 and can't find anything

2009-12-27 Thread Gregory Propf
I finally compiled and installed GHC 6.12 on my Linux system and it seems to be failing to find a lot of things. Notably these import Control.Monad import Control.Monad.State import Control.Monad.Trans import Control.Parallel Worked fine under 6.10. Any clues?

Re: [Haskell-cafe] Upgraded to GHC 6.12 and can't find anything

2009-12-27 Thread Ivan Lazar Miljenovic
Gregory Propf gregorypr...@yahoo.com writes: I finally compiled and installed GHC 6.12 on my Linux system and it seems to be failing to find a lot of things. Notably these import Control.Monad import Control.Monad.State import Control.Monad.Trans import Control.Parallel A lot of these