[project @ 1998-02-02 17:27:26 by simonm]
[ghc-hetmet.git] / ghc / lib / std / PrelIO.lhs
similarity index 98%
rename from ghc/lib/ghc/PrelIO.lhs
rename to ghc/lib/std/PrelIO.lhs
index 24bf95b..2de7d3b 100644 (file)
@@ -18,8 +18,8 @@ module PrelIO (
     ) where
 
 import IO
-import IOHandle
-import IOBase
+import PrelHandle
+import PrelIOBase
 import PrelBase
 import PrelRead