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

Thanks, but I have the latest ghc 6.4-7. I've tried asking this twice on IRC, and did not get much help outside of "check out the latest version".

Replies are listed 'Best First'.
Re^3: Pugs compilation problem
by eyepopslikeamosquito (Archbishop) on Nov 12, 2005 at 09:10 UTC

    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.

      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!