
Job,
On Wed, Sep 2, 2009 at 9:33 AM, Paulo Tanimoto
Hi Job,
On Wed, Sep 2, 2009 at 9:22 AM, Job Vranish
wrote: Did you by chance use the prebuilt ghc binaries? or build ghc manually?
- Job
Good question, I need to check that at home. Now that you mention it, I remember considering using a repository (PPA) somebody had put together, that had the latest GHC for Ubuntu Jaunty. I'm not sure I used it though.
I'll get back to you.
Paulo
It looks like I did go with GHC from a PPA: $ dpkg -l | grep ghc ii ghc6 6.10.4-1.0~ppa2 GHC - the Glasgow Haskell Compilation system ii ghc6-doc 6.10.4-1.0~ppa2 Documentation for the Glasgow Haskell Compil ii ghc6-prof 6.10.4-1.0~ppa2 Profiling libraries for the Glasgow Haskell $ cat /etc/apt/sources.list.d/ghc.list deb http://ppa.launchpad.net/someone561/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/someone561/ppa/ubuntu jaunty main $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 9.04 Release: 9.04 Codename: jaunty $ uname -r -v -m 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64 I definitely think we should file a bug report, because a lot of people have reported the same issue with Ubuntu Jaunty 64-bit, GHC 6.10.4, and Haskell Platform. Can anybody help providing the information? Or do we already have everything we need? Thanks, Paulo