From: ross Date: Tue, 11 Jan 2005 14:18:13 +0000 (+0000) Subject: [project @ 2005-01-11 14:18:13 by ross] X-Git-Tag: nhc98-1-18-release~126 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=945f877897c0bd6b1e40bd47bff5b3c1ccd3f8cd;p=ghc-base.git [project @ 2005-01-11 14:18:13 by ross] get IOError stuff from System.IO.Error instead of System.IO --- diff --git a/Foreign/C/Error.hs b/Foreign/C/Error.hs index 9ee6499..9c99ddf 100644 --- a/Foreign/C/Error.hs +++ b/Foreign/C/Error.hs @@ -119,7 +119,8 @@ import GHC.IOBase import GHC.Num import GHC.Base #else -import System.IO ( IOError, Handle, ioError ) +import System.IO ( Handle ) +import System.IO.Error ( IOError, ioError ) import System.IO.Unsafe ( unsafePerformIO ) #endif