From fcfae9ff37f58672a139c5e214d3cff4b91d1eda Mon Sep 17 00:00:00 2001 From: malcolm Date: Wed, 18 Jan 2006 11:45:47 +0000 Subject: [PATCH] [project @ 2006-01-18 11:45:47 by malcolm] Fix import of Ix for nhc98. --- Data/Char.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Char.hs b/Data/Char.hs index 800899c..64f8508 100644 --- a/Data/Char.hs +++ b/Data/Char.hs @@ -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 -- 1.7.10.4