[project @ 2006-01-18 11:45:47 by malcolm]
authormalcolm <unknown>
Wed, 18 Jan 2006 11:45:47 +0000 (11:45 +0000)
committermalcolm <unknown>
Wed, 18 Jan 2006 11:45:47 +0000 (11:45 +0000)
Fix import of Ix for nhc98.

Data/Char.hs

index 800899c..64f8508 100644 (file)
@@ -74,7 +74,7 @@ import Hugs.Char
 import Prelude
 import Prelude(Char,String)
 import Char
-import Ix (Ix)
+import Ix
 import NHC.FFI (CInt)
 foreign import ccall unsafe "WCsubst.h u_gencat" wgencat :: CInt -> Int
 #endif