X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FRandom.hs;h=e3fa8b9c5613865608c44dad877ff5ed9b7c18e7;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=c0633aa94cf5fc0ec73a06a9637e97953ce50518;hpb=260e7f2ed9a43c6ecf5a556d77817f39ed2893ab;p=ghc-base.git diff --git a/System/Random.hs b/System/Random.hs index c0633aa..e3fa8b9 100644 --- a/System/Random.hs +++ b/System/Random.hs @@ -1,15 +1,13 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : System.Random -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : provisional -- Portability : portable -- --- $Id: Random.hs,v 1.2 2001/12/21 15:07:26 simonmar Exp $ --- -- Random numbers. -- ----------------------------------------------------------------------------- @@ -47,7 +45,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