>> > "abc" @=? "efg"<br>>> Loading package HUnit-1.2.0.0 ... linking ... done.<br>>> *** Exception: (unknown)<br><br>On Dec 3, 2007 7:23 AM, Ian Lynagh <<a href="mailto:igloo@earth.li">
igloo@earth.li</a>> wrote:<br>> This is caused by a change in the HUnit library, from<br> > assertFailure msg = ioError (userError (hunitPrefix ++ msg))<br>> to<br> > assertFailure msg = E.throwDyn (HUnitFailure msg)
<br>> <br>> We don't really have a good answer for where non-bootlib library bugs<br>> should go at the moment. I don't know if Dean uses the sourceforge bug<br>> tracker or not.<br><br>Could this change be reverted for
6.8.2? HUnit is mostly useless in its current state.<br><br>Thanks,<br>Greg<br><br>