HBC for Haskell 1.3

The good old hbc compiler has now been converted to compiler Haskell 1.3.

Haskell 1.3

There is more information available about 1.3, but here are the highlights:

HBC

The currently installed version (dogbert only right now) lets you compile Haskell 1.3 programs by giving it the -1.3 flag. Without this flag it still accepts Haskell 1.2 as before.

There are still problems lurking (especially in the qualified name implementation), but it seems to work mostly. Please try it out if you feel like it.

WARNING! Do not mix code compiled with and without the 1.3 flag! Hbc gives you a few extras (like calling C), but I've not documented these yet.

If you have any problems just mail me.


Last modified: Fri Dec 15 17:09:16 MET 1995