From: ross Date: Mon, 16 Sep 2002 11:29:39 +0000 (+0000) Subject: [project @ 2002-09-16 11:29:39 by ross] X-Git-Tag: nhc98-1-18-release~851 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d4c5a255b36652a5654b81bf0058d048a8ca165b;p=ghc-base.git [project @ 2002-09-16 11:29:39 by ross] Moved some stuff from Hugs.Prelude to Hugs.Char. --- diff --git a/Data/Char.hs b/Data/Char.hs index 360d364..8694f44 100644 --- a/Data/Char.hs +++ b/Data/Char.hs @@ -45,8 +45,6 @@ import GHC.Read (readLitChar, lexLitChar) #endif #ifdef __HUGS__ -import Hugs.Prelude - -isLatin1 c = True +import Hugs.Char #endif