Re: hmake and GHC 6.6
Malcolm Wallace <[email protected]> Mon, 30 Oct 2006 09:14:10 +0000
| Newsgroups | gmane.comp.lang.haskell.nhc.user |
|---|---|
| Organization | Dept of Computer Science, University of York |
| Message-ID | <[email protected]> |
Ian Lynagh <[email protected]> writes: > Has compiling hmake 3.12 been tested with GHC 6.6? No, not explicitly. It was tested with the pre-release 6.5 however. > The webpage lists "Fix to enable hmake to build with ghc-6.6." Ah. I expect there is something in a Makefile that still explicitly refers to the ghc by version, using 605 instead of 606. That's the trouble with testing against a pre-release - versioning information can't be checked properly. Regards, Malcolm