[project @ 2002-10-03 13:29:07 by panne]
[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