X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FChar.hs;h=8694f44c69aeee5902d47e7e149896f737115e8d;hb=bb4a78f339088c49c4fca105826105dd13f00936;hp=360d364c2eb2b9f649f59a60e2575479fd049983;hpb=bba5c1507d5742b71d045654b48e229f9cf1022d;p=ghc-base.git 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