From: ross Date: Tue, 6 Jan 2004 14:01:52 +0000 (+0000) Subject: [project @ 2004-01-06 14:01:52 by ross] X-Git-Tag: nhc98-1-18-release~412 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=49f9723f7ac329611d3adc19800ed19a24eec2f5;p=haskell-directory.git [project @ 2004-01-06 14:01:52 by ross] fix for Hugs --- diff --git a/Foreign/C/Error.hs b/Foreign/C/Error.hs index 9b7059d..dc37966 100644 --- a/Foreign/C/Error.hs +++ b/Foreign/C/Error.hs @@ -116,7 +116,7 @@ import System.IO.Unsafe ( unsafePerformIO ) #endif #ifdef __HUGS__ -{-# CBITS errno.c #-} +{-# CBITS PrelIOUtils.c #-} #endif