[project @ 2000-03-28 08:52:28 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / CPUTime.lhs
index d1d7179..f2aa415 100644 (file)
@@ -20,7 +20,8 @@ module CPUTime
 import Prelude         -- To generate the dependency
 import PrelGHC         ( indexIntArray# )
 import PrelBase                ( Int(..) )
-import PrelByteArr     ( ByteArray(..), newIntArray, unsafeFreezeByteArray )
+import PrelByteArr     ( ByteArray(..), newIntArray )
+import PrelArrExtra     ( unsafeFreezeByteArray )
 import PrelNum         ( fromInt )
 import PrelIOBase      ( IOError(..), IOErrorType( UnsupportedOperation ), 
                          unsafePerformIO, stToIO )