From: ross Date: Mon, 2 Sep 2002 16:33:31 +0000 (+0000) Subject: [project @ 2002-09-02 16:33:31 by ross] X-Git-Tag: nhc98-1-18-release~880 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=997d903a5061d2eb60fea2ec12ef65392546a352;p=ghc-base.git [project @ 2002-09-02 16:33:31 by ross] non-GHC compilers should also import Numeric. --- 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