
Malcolm Wallace wrote:
Sven Panne
writes: Apart from those fixes above, there were quite a few small changes that had to be applied to Magnus' hbc snapshot. I've uploaded a new version to
http://haskell.org/hbc/hbc-2004-06-27.src.tar.gz http://haskell.org/hbc/hbc-2004-06-27.bin-i386-linux.tar.gz
Cool. One minor suggestion. Can you replace lmlchbc/version.c please? Then we might be able to distinguish the newer and older versions. E.g.:
char *version = "Haskell98 version 0.9999.5c"; char *versiondate = "2004 Jun 27" ;
Well, that was the wrong file, hbc's build system is, well, a bit adventurous... >:-( Nevertheless, I've found the right place to change the version info, uploaded the new files at http://haskell.org/hbc/hbc-2004-06-29.src.tar.gz http://haskell.org/hbc/hbc-2004-06-29.bin-i386-linux.tar.gz and removed the old versions to avoid confusion. The "implementations" page on haskell.org has been updated, too. Cheers, S.