[cvs-nhc98] Re: [nhc-bugs] CVS copy doesn't compile
Malcolm Wallace
Malcolm.Wallace@cs.york.ac.uk
Wed, 19 Dec 2001 11:32:13 +0000
[ Copy - first attempt bounced at haskell.org. ]
> > Fixed in CVS now.
>
> Are you sure? I'm still getting it with a cleanly checked out version.
It is possible there is some lag between my checking in fixes and them
appearing in the anonymous copy of the repository.
> And I needed to do
>
> --- src/prelude/IO/IO.hs 2001/12/18 18:47:10 1.9
> +++ src/prelude/IO/IO.hs 2001/12/18 22:13:48
> @@ -78,7 +78,7 @@
> import IoeGetHandle
> import IoeGetFileName
>
> --- import HGetFileName
> +import HGetFileName
>
> #if !defined(TRACING)
> import OpenSocket
>
>
> in order to get that far this time.
That was one of the changes I already checked in, so it looks like
there is indeed a delay on the repository. Try doing an update now.
Regards,
Malcolm