
"Johan Nordlander"
I'd be tempted to add
libexts ConcBase libexts Storable libexts Exception libexts IORef libexts IOExts libexts LazyST libexts Int libexts Word
to src/unix/convert_libraries, but I'm not quite sure I know what I'm doing so I'll yell instead.
Could the person responsible for setting up the library conversion scripts (Alastair?) please do a clean checkout of all the necessary sources, in order to verify that the scripts are in order? I've just checked out hugs98, fptools/hslibs and fptools/libraries afresh, and it seems like several modules with the Hugs prefix fail to materialize during `make'.
All of the modules you refer to are included in hugs98/libraries/Hugs/ in the CVS repository, so aren't constructed by the conversion script. Make sure you've got a fresh tree and/or you do "cvs up -d" --sigbjorn