[project @ 1998-05-26 13:00:47 by simonm]
[ghc-hetmet.git] / ghc / lib / concurrent / Channel.lhs
index 6ae4ac8..ec87479 100644 (file)
@@ -29,7 +29,7 @@ module Channel
 import Prelude
 import PrelConc
 import PrelST
-import PrelUnsafe ( unsafeInterleaveIO )
+import PrelIOBase ( unsafeInterleaveIO )
 \end{code}
 
 A channel is represented by two @MVar@s keeping track of the two ends