ANNOUNCE: hat-2.02

We have already upgraded to ghc-5.04.3, so why does "make" want ghc-pkg-5.04.2 ? It should use ghc-pkg ! In fact, a wrong (solaris) binary ghc-pkg-5.04.2 is in my path. Christian Looking for already-installed Haskell compilers: Looking for ghc... found 5.04.3 Looking for nhc98... found v1.14 WARNING: hat-2.02 needs a version of nhc98 >= 1.16. Looking for hmake... found 3.07 You said you want to use ghc to build hat. Done. Fail: user error Reason: Command (ghc-pkg-5.04.2 --list-packages) failed

my hmake wants to use ghc-5.04.2, that is no longer installed. Christian Maeder wrote:
We have already upgraded to ghc-5.04.3, so why does "make" want ghc-pkg-5.04.2 ? It should use ghc-pkg !
In fact, a wrong (solaris) binary ghc-pkg-5.04.2 is in my path.
Christian
Looking for already-installed Haskell compilers: Looking for ghc... found 5.04.3 Looking for nhc98... found v1.14 WARNING: hat-2.02 needs a version of nhc98 >= 1.16. Looking for hmake... found 3.07 You said you want to use ghc to build hat. Done.
Fail: user error Reason: Command (ghc-pkg-5.04.2 --list-packages) failed

Christian Maeder
We have already upgraded to ghc-5.04.3, so why does "make" want ghc-pkg-5.04.2 ? It should use ghc-pkg !
Perhaps when you upgraded ghc from 5.04.2 to 5.04.3, you forgot to update the hmake configuration to reflect the new version? Use hmake-config add ghc to update hmake's idea of the version number. Regards, Malcolm
participants (2)
-
Christian Maeder
-
Malcolm Wallace