[project @ 2002-09-02 16:33:31 by ross]
authorross <unknown>
Mon, 2 Sep 2002 16:33:31 +0000 (16:33 +0000)
committerross <unknown>
Mon, 2 Sep 2002 16:33:31 +0000 (16:33 +0000)
non-GHC compilers should also import Numeric.

System/Random.hs

index 5457d7d..32ab0ae 100644 (file)
@@ -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