[project @ 1998-02-02 17:27:26 by simonm]
[ghc-hetmet.git] / ghc / lib / std / Time.lhs
similarity index 98%
rename from ghc/lib/required/Time.lhs
rename to ghc/lib/std/Time.lhs
index 1866a17..4ce9925 100644 (file)
@@ -31,16 +31,15 @@ module Time
        ) where
 
 import PrelBase
-import ST
-import IOBase
-import ArrBase
-import STBase
-import Unsafe  ( unsafePerformIO )
-import ST
+import PrelIOBase
+import PrelArr
+import PrelST
+import PrelUnsafe      ( unsafePerformIO )
+import PrelAddr
+import PrelPack        ( unpackCString )
+
 import Ix
-import Addr
-import Char     ( intToDigit )
-import PackBase ( unpackCString )
+import Char            ( intToDigit )
 import Locale
 
 \end{code}