[project @ 2002-09-09 03:50:38 by sof]
authorsof <unknown>
Mon, 9 Sep 2002 03:50:39 +0000 (03:50 +0000)
committersof <unknown>
Mon, 9 Sep 2002 03:50:39 +0000 (03:50 +0000)
(hugs only): PrelImpl -> Hugs.Prelude

Data/Char.hs
Foreign/Storable.hs
Numeric.hs

index 505d735..360d364 100644 (file)
@@ -45,7 +45,7 @@ import GHC.Read (readLitChar, lexLitChar)
 #endif
 
 #ifdef __HUGS__
-import PrelImpl
+import Hugs.Prelude
 
 isLatin1 c = True
 #endif
index e5d5202..b98cf8a 100644 (file)
@@ -51,7 +51,7 @@ import Foreign.Ptr
 #endif
 
 #ifdef __HUGS__
-import PrelImpl
+import Hugs.Prelude
 import Hugs.Storable
 #endif
 
index 1b16963..5603ae6 100644 (file)
@@ -58,7 +58,7 @@ import qualified Text.Read.Lex as L
 #endif
 
 #ifdef __HUGS__
-import PrelImpl
+import Hugs.Prelude
 import Hugs.Numeric
 #endif