
Richard Uhtenwoldt
The web site lists these two places to get Debian packages (.debs): ix86-Linux for Debian: http://people.debian.org/~bfulgham/nhc98 http://www-i2.informatik.rwth-aachen.de/Software/Haskell/debian/ --but neither link leads anywhere fruitful.
I have updated the "downloads" page with the new location of the .deb packages. Thanks to Brent for the updated information.
sh: /usr/bin/ghc-pkg-5.02.2: No such file or directory
On my system, /usr/bin/ghc-pkg is a symlink to ...
It looks as though the debian installation of ghc is non-standard. All of ghc-5.02.2, ghci-5.02.2, and ghc-pkg-5.02.2, should exist in addition to ghc, ghci, and ghc-pkg. The idea is that you can have several versions of ghc installed simultaneously, and refer to the version number explicitly to select any non-default one. Regards, Malcolm