[nhc-bugs] nhc98 bugs

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Fri, 1 Jun 2001 14:33:07 +0100


> Hi, I just built nhc98 v1.04, config:sparc-solaris2
>  This is an ultra-10 with solaris '8' on it. hi starts
> up ok, but when I try to type in any sort of expression 
> it says
> [Compiling.. Bus Error (core dumped)
> and thats it.

Thanks for the 3rd report about this bug.  We will release a fixed
distribution soon.

> I also tried running nhc98 on ZooQuiz.hs

This bug has also been reported in the last few days.  The workaround
is to add
    import qualified Binary
in addition to the existing
    import Binary
at the top of the file.

Regards,
    Malcolm