in reply to Re^2: Pugs compilation problem
in thread Pugs compilation problem

I don't think 6.4-7 is the latest version. I say that because fedora-haskell gives the release date of 6.4-7 as 11-May-2005 while the release date of 6.4.1 is 19-Sep-2005. AFAICT, the Fedora Haskell Project is a bit behind the latest GHC versions. Anyway, I'm running Fedora core 4 and used the "Generic Linux with glibc 2.3" ghc-6.4.1-i386-unknown-linux.tar.bz2 tarball and it worked fine for me.

Replies are listed 'Best First'.
Re^4: Pugs compilation problem
by tmoertel (Chaplain) on Nov 13, 2005 at 03:21 UTC
    I say that because fedora-haskell gives the release date of 6.4-7 as 11-May-2005 while the release date of 6.4.1 is 19-Sep-2005.
    The fedora-haskell project is for Haskell-releated RPMs that are not yet included in the more official Fedora repositories. GHC recently made the move into the Fedora Extras repo, and there you will find an up-to-date GHC 6.4.1. A simple "yum update ghc" ought to bring the earlier poster up to date.

    The older version of GHC, however, remains in the fedora-haskell repo for historical purposes.

    Cheers,
    Tom

      Yay! Thanks!