[project @ 2003-04-08 14:52:26 by ross]
[ghc-base.git] / Foreign / C / String.hs
index 7e70a97..b7b9bb6 100644 (file)
@@ -54,7 +54,7 @@ import GHC.Num
 import GHC.IOBase
 import GHC.Base
 #else
-import Char ( chr, ord )
+import Data.Char ( chr, ord )
 #define unsafeChr chr
 #endif