[project @ 2002-09-16 11:29:39 by ross]
[ghc-base.git] / Data / Char.hs
index 360d364..8694f44 100644 (file)
@@ -45,8 +45,6 @@ import GHC.Read (readLitChar, lexLitChar)
 #endif
 
 #ifdef __HUGS__
-import Hugs.Prelude
-
-isLatin1 c = True
+import Hugs.Char
 #endif