[cvs-nhc98] Re: [nhc-bugs] CVS copy doesn't compile

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Wed, 19 Dec 2001 11:54:08 +0000


> > It is possible there is some lag between my checking in fixes and them
> > appearing in the anonymous copy of the repository.
> 
> If you could find out then that might be useful.

Hopefully the following little test will reveal whether that is the case.

> Just to be sure, did you comment out "import HGetFileName" or did you
> uncomment it?

Aha.  I didn't look closely enough at your diff.  I uncommented the
export of hGetFileName, but forgot to uncomment its corresponding
import.  For some reason, it compiled for me correctly anyway.

So, try a cvs update in the src/prelude/IO directory now, and let's
see if you get the newly commited file, or whether you need to wait.

Regards,
    Malcolm