Can you make sure that you're running:
runGraphics w1
and not just
w1
Sorry about the screwup with Utils. Just before the release I renamed
"Utils" as "HugsUtils" because I realised that lots of people would
want to create a little module of their own called "Utils". Sadly,
I didn't fix all the references to "Utils".
To fix Haskore, you need to change hugs/demos/Haskore/MidiFile.lhs
- make it import "HugsUtils" instead of "Utils". In future versions,
I'll move the code from HugsUtils over into Haskore since it's the
only module that uses it. (The module is a bit of a mess so it really
shouldn't be one of the "standard Hugs libraries".)
Alastair