From: malcolm Date: Wed, 18 Jan 2006 11:45:47 +0000 (+0000) Subject: [project @ 2006-01-18 11:45:47 by malcolm] X-Git-Tag: 2007-09-13~427 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fcfae9ff37f58672a139c5e214d3cff4b91d1eda;p=ghc-base.git [project @ 2006-01-18 11:45:47 by malcolm] Fix import of Ix for nhc98. --- 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