From: sof Date: Sun, 18 May 1997 04:09:33 +0000 (+0000) Subject: [project @ 1997-05-18 04:09:33 by sof] X-Git-Tag: Approximately_1000_patches_recorded~684 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e0cc2d4004e6a71205ec7ea1ade69d7cbf010ad8;p=ghc-hetmet.git [project @ 1997-05-18 04:09:33 by sof] Updated import lists --- diff --git a/ghc/lib/required/CPUTime.lhs b/ghc/lib/required/CPUTime.lhs index c24a142..62644bf 100644 --- a/ghc/lib/required/CPUTime.lhs +++ b/ghc/lib/required/CPUTime.lhs @@ -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