From bba5c1507d5742b71d045654b48e229f9cf1022d Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 9 Sep 2002 03:50:39 +0000 Subject: [PATCH] [project @ 2002-09-09 03:50:38 by sof] (hugs only): PrelImpl -> Hugs.Prelude --- Data/Char.hs | 2 +- Foreign/Storable.hs | 2 +- Numeric.hs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4