[project @ 1999-05-18 14:59:04 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / Random.lhs
index 3a2f3b0..e6135c2 100644 (file)
@@ -31,6 +31,7 @@ module Random
 import CPUTime (getCPUTime)
 import PrelST
 import PrelRead
+import PrelShow
 import PrelIOBase
 import PrelNumExtra ( float2Double, double2Float )
 import PrelBase