X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FRandom.hs;h=0b5286bb0f6029898eb779f74123ebc9b3c124c1;hb=05e43a9bd25232efced01ce45d00b3b3ba12af51;hp=c0633aa94cf5fc0ec73a06a9637e97953ce50518;hpb=bbfd33a95258eb07d88722f1a9ea1dc840f07936;p=ghc-base.git diff --git a/System/Random.hs b/System/Random.hs index c0633aa..0b5286b 100644 --- a/System/Random.hs +++ b/System/Random.hs @@ -8,7 +8,7 @@ -- Stability : provisional -- Portability : portable -- --- $Id: Random.hs,v 1.2 2001/12/21 15:07:26 simonmar Exp $ +-- $Id: Random.hs,v 1.3 2002/04/11 12:03:44 simonpj Exp $ -- -- Random numbers. -- @@ -47,7 +47,7 @@ import Data.IORef #ifdef __GLASGOW_HASKELL__ import GHC.Show ( showSignedInt, showSpace ) -import GHC.Read ( readDec ) +import Numeric ( readDec ) import GHC.IOBase ( unsafePerformIO, stToIO ) import System.Time ( getClockTime, ClockTime(..) ) #endif