Re: ANNOUNCE: hat-2.02
Malcolm Wallace <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hat |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
Christian Maeder <[email protected]> writes: > 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