Re: nhc98-1.00 bug report



About this list Date view Thread view Subject view Author view

Malcolm Wallace (malcolm-nhc@cs.york.ac.uk)
Thu, 23 Nov 2000 14:08:28 +0000


> import qualified A (a) > > Accoring to my interpretation of the Haskell 98 report, only the > explicitly mentioned names should be brought into scope, even for > qualified imports. Sorry, yes, a close look at the Report shows you are right. I was getting mixed up with the rules for 'hiding (...)', which only apply to unqualified imports. > /usr/local/lib/nhc98/ix86-Linux/Preludep.a(NewIORef.o)(.data+0x94): > undefined reference to `FN_StablePtr_46makeStablePtr' Sorry again. Since version 1.00, the implementation of IORefs has changed completely, so my tests on the newer version did not show this additional problem. Rather than give you another patch that might also suffer from version problems, can I suggest that you collect the current CVS version of nhc98 and build that instead? Regards, Malcolm


About this list Date view Thread view Subject view Author view