
19 Dec
2001
19 Dec
'01
6:32 a.m.
[ 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