[project @ 1999-08-30 18:19:39 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / CPUTime.lhs
index a90c8ae..32297e8 100644 (file)
@@ -25,6 +25,7 @@ import PrelIOBase
 import PrelST
 #endif
 import IO              ( ioError )
+import PrelNum ( Num(..), Integral(..) )       -- To get fromInt/toInt
 import Ratio
 
 #ifdef __HUGS__