[project @ 1998-05-22 15:57:05 by simonm]
[ghc-hetmet.git] / ghc / lib / std / IO.lhs
index f829447..b524d39 100644 (file)
@@ -33,7 +33,6 @@ module IO (
   ) where
 
 import PrelST
-import PrelUnsafe      ( unsafePerformIO, unsafeInterleaveIO )
 import PrelIOBase
 import PrelArr         ( MutableByteArray(..), newCharArray )
 import PrelHandle              -- much of the real stuff is in here