From 997d903a5061d2eb60fea2ec12ef65392546a352 Mon Sep 17 00:00:00 2001 From: ross Date: Mon, 2 Sep 2002 16:33:31 +0000 Subject: [PATCH] [project @ 2002-09-02 16:33:31 by ross] non-GHC compilers should also import Numeric. --- System/Random.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Random.hs b/System/Random.hs index 5457d7d..32ab0ae 100644 --- a/System/Random.hs +++ b/System/Random.hs @@ -48,10 +48,10 @@ import System.CPUTime ( getCPUTime ) import Data.Char ( isSpace, chr, ord ) import System.IO.Unsafe ( unsafePerformIO ) import Data.IORef +import Numeric ( readDec ) #ifdef __GLASGOW_HASKELL__ import GHC.Show ( showSignedInt, showSpace ) -import Numeric ( readDec ) import GHC.IOBase ( unsafePerformIO, stToIO ) import System.Time ( getClockTime, ClockTime(..) ) #endif -- 1.7.10.4