
19 Dec
2001
19 Dec
'01
7:22 a.m.
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.
I now see it uncommented :-)
Good.
However, I am still hitting
Fail: GcodeFix.hs:165: Non-exhaustive patterns in function nthcon
Did you get the latest versions of include/IO.hi and include/IO.T.hi? The last 4 lines should read interface ! Prelude {-# NEED IO #-} newtype {-# #-} IO a; } instead of interface ! Prelude {-# NEED IO #-} data IO a; } This should fix it.
or, with the debugging line uncommented Fail: nthcon: n==0 con==37 (why is it commented out anyway?)
Don't know. It looks safe enough to keep it in. Regards, Malcolm