[project @ 2000-04-06 00:04:01 by andy]
[ghc-hetmet.git] / ghc / lib / std / CPUTime.lhs
index a99e6b7..0cd9333 100644 (file)
@@ -66,7 +66,7 @@ foreign import "libHS_cbits" "clockTicks" clockTicks :: IO Int
 #else
 
 \begin{code}
-import PrimPrel ( nh_getCPUtime
+import PrelPrim ( nh_getCPUtime
                , nh_getCPUprec
                , unsafePerformIO
                )