From: ross Date: Thu, 30 Jan 2003 12:51:05 +0000 (+0000) Subject: [project @ 2003-01-30 12:51:05 by ross] X-Git-Tag: nhc98-1-18-release~742 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f6eda67e5db767fdaa5b645401718262aa5ad56d;p=haskell-directory.git [project @ 2003-01-30 12:51:05 by ross] fix for non-GHC --- diff --git a/Foreign/Marshal/Pool.hs b/Foreign/Marshal/Pool.hs index 1b1ac1c..4f3364c 100644 --- a/Foreign/Marshal/Pool.hs +++ b/Foreign/Marshal/Pool.hs @@ -52,7 +52,7 @@ import GHC.IOBase ( IO, IORef, newIORef, readIORef, writeIORef, ) import GHC.List ( elem, length ) import GHC.Num ( Num(..) ) #else -import Data.IORef ( IORef, newIORef, readIORef, modifyIORef ) +import Data.IORef ( IORef, newIORef, readIORef, writeIORef ) #if defined(__NHC__) import IO ( bracket ) #else