[project @ 2000-04-06 00:04:01 by andy]
authorandy <unknown>
Thu, 6 Apr 2000 00:04:01 +0000 (00:04 +0000)
committerandy <unknown>
Thu, 6 Apr 2000 00:04:01 +0000 (00:04 +0000)
Changing PrimPrel to PrelPrim

ghc/lib/std/Array.lhs
ghc/lib/std/CPUTime.lhs
ghc/lib/std/IO.lhs
ghc/lib/std/Random.lhs
ghc/lib/std/System.lhs

index cb77fe3..2576f7c 100644 (file)
@@ -45,7 +45,7 @@ import PrelShow
 import PrelArr         -- Most of the hard work is done here
 import PrelBase
 #else
-import PrimPrel ( PrimArray
+import PrelPrim ( PrimArray
                , runST
                , primNewArray
                , primWriteArray
index a99e6b7..0cd9333 100644 (file)
@@ -66,7 +66,7 @@ foreign import "libHS_cbits" "clockTicks" clockTicks :: IO Int
 #else
 
 \begin{code}
-import PrimPrel ( nh_getCPUtime
+import PrelPrim ( nh_getCPUtime
                , nh_getCPUprec
                , unsafePerformIO
                )
index 386d490..dcad635 100644 (file)
@@ -87,7 +87,7 @@ module IO (
 
 #ifdef __HUGS__
 import Ix(Ix)
-import PrimPrel ( IORef
+import PrelPrim ( IORef
                , unsafePerformIO
                , prelCleanupAfterRunAction
                , copy_String_to_cstring
index 76a7277..94aca4b 100644 (file)
@@ -39,7 +39,7 @@ import PrelReal               ( toInt )
 import PrelFloat       ( float2Double, double2Float )
 import Time            ( getClockTime, ClockTime(..) )
 #else
-import PrimPrel                ( IORef
+import PrelPrim                ( IORef
                        , newIORef
                        , readIORef
                        , writeIORef
index 5550e6d..63bfb40 100644 (file)
@@ -188,7 +188,7 @@ unpackProgName argv
 --
 -- Suitable for use with Hugs 98
 -----------------------------------------------------------------------------
-import PrimPrel ( primGetRawArgs
+import PrelPrim ( primGetRawArgs
                , primGetEnv
                , prelCleanupAfterRunAction
                , copy_String_to_cstring