[project @ 2003-01-28 11:07:39 by simonmar]
[haskell-directory.git] / Data / Char.hs
index 360d364..2800684 100644 (file)
@@ -45,8 +45,11 @@ import GHC.Read (readLitChar, lexLitChar)
 #endif
 
 #ifdef __HUGS__
-import Hugs.Prelude
-
-isLatin1 c = True
+import Hugs.Char
 #endif
 
+#ifdef __NHC__
+import Prelude
+import Prelude(Char,String)
+import Char
+#endif