[project @ 2002-09-08 02:35:33 by sof]
[ghc-base.git] / Data / Char.hs
index feadb18..505d735 100644 (file)
@@ -45,6 +45,8 @@ import GHC.Read (readLitChar, lexLitChar)
 #endif
 
 #ifdef __HUGS__
+import PrelImpl
+
 isLatin1 c = True
 #endif