Known bugs in the h12 distribution: Binary distribution: - The drawing commands DrawStringPS and DrawImageStringPS still don't work in the Alfa/OSF release. - In the binary distributions for NHC13, the README file lacks a note that says that if you install the libraries in a non-standard place, you should change the script nhc13xmake or set the environment variable NHCFUDGETS to point to that place. Source distribution: - hbc 0.9999.3 generates bad interface file information for re-exported constructor classes. This affects the class FudgetIO in the Fudgets library. Workaround: assuming you won't be hacking around in the fudgets library sources you can get working versions of the interface files AllFudgets.hi & Fudgets.hi from ftp://ftp.cs.chalmers.se/pub/haskell/chalmers/Fudgets.hi ftp://ftp.cs.chalmers.se/pub/haskell/chalmers/AllFudgets.hi - "make nhc-install" doesn't install all interface files supplied in the binary release. - The documentation fails to note that you need to create versions of the system specific script files mkar and mycpp in the hsrc/ directory if if they aren't included in distribution. Other: - ghc-2.01 cannot handle datatypes with field lables across modules. Some datatypes in the library are therefore differently defined when using ghc, until this has been fixed. - The ghc version doesn't give the peer host name when accepting new sockets.