From e0cc2d4004e6a71205ec7ea1ade69d7cbf010ad8 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 18 May 1997 04:09:33 +0000 Subject: [PATCH] [project @ 1997-05-18 04:09:33 by sof] Updated import lists --- ghc/lib/required/CPUTime.lhs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 1.7.10.4