[project @ 1997-05-18 04:09:33 by sof]
authorsof <unknown>
Sun, 18 May 1997 04:09:33 +0000 (04:09 +0000)
committersof <unknown>
Sun, 18 May 1997 04:09:33 +0000 (04:09 +0000)
Updated import lists

ghc/lib/required/CPUTime.lhs

index c24a142..62644bf 100644 (file)
@@ -10,8 +10,9 @@ module CPUTime
         cpuTimePrecision  -- :: Integer
         ) where
 
-import PrelBase (Int(..), indexIntArray#, Addr(..) )
-import ArrBase  --(ByteArray(..))
+import PrelBase ( Int(..), indexIntArray# )
+import ArrBase  ( ByteArray(..), newIntArray, unsafeFreezeByteArray )
+import Foreign ( Addr )
 import IOBase
 import IO
 import STBase