cvs commit: hugs98/lib Prelude.hs hugs98/lib/exts ConcBase.hs
Alastair Reid
reid@glass.cse.ogi.edu
Tue, 3 Apr 2001 12:48:49 -0700
reid 2001/04/03 12:48:49 PDT
Modified files:
lib Prelude.hs
lib/exts ConcBase.hs
Log:
Never, ever, make a last minute cleanup as you're about to commit and
fail to test it! :-)
Moved blockIO from ConceBase back into Prelude. The alternative is to
export toObj/fromObj (unsafe coercions) from Prelude - not attractive.
Revision Changes Path
1.9 +7 -1 hugs98/lib/Prelude.hs
1.5 +0 -6 hugs98/lib/exts/ConcBase.hs