From: sof Date: Mon, 9 Sep 2002 03:50:39 +0000 (+0000) Subject: [project @ 2002-09-09 03:50:38 by sof] X-Git-Tag: nhc98-1-18-release~867 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bba5c1507d5742b71d045654b48e229f9cf1022d;p=ghc-base.git [project @ 2002-09-09 03:50:38 by sof] (hugs only): PrelImpl -> Hugs.Prelude --- diff --git a/Data/Char.hs b/Data/Char.hs index 505d735..360d364 100644 --- a/Data/Char.hs +++ b/Data/Char.hs @@ -45,7 +45,7 @@ import GHC.Read (readLitChar, lexLitChar) #endif #ifdef __HUGS__ -import PrelImpl +import Hugs.Prelude isLatin1 c = True #endif diff --git a/Foreign/Storable.hs b/Foreign/Storable.hs index e5d5202..b98cf8a 100644 --- a/Foreign/Storable.hs +++ b/Foreign/Storable.hs @@ -51,7 +51,7 @@ import Foreign.Ptr #endif #ifdef __HUGS__ -import PrelImpl +import Hugs.Prelude import Hugs.Storable #endif diff --git a/Numeric.hs b/Numeric.hs index 1b16963..5603ae6 100644 --- a/Numeric.hs +++ b/Numeric.hs @@ -58,7 +58,7 @@ import qualified Text.Read.Lex as L #endif #ifdef __HUGS__ -import PrelImpl +import Hugs.Prelude import Hugs.Numeric #endif