X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FMarshal%2FPool.hs;h=2804a709f8891879368950de5c055947d0798733;hb=bf6fdb0b7221fd0758e98829907780bcebd1066c;hp=4f3364cab980ee2de1c4b5b257b25345d2ad5d9d;hpb=f6eda67e5db767fdaa5b645401718262aa5ad56d;p=ghc-base.git diff --git a/Foreign/Marshal/Pool.hs b/Foreign/Marshal/Pool.hs index 4f3364c..2804a70 100644 --- a/Foreign/Marshal/Pool.hs +++ b/Foreign/Marshal/Pool.hs @@ -2,10 +2,10 @@ -------------------------------------------------------------------------------- -- | -- Module : Foreign.Marshal.Pool --- Copyright : (c) Sven Panne 2003 +-- Copyright : (c) Sven Panne 2002-2004 -- License : BSD-style (see the file libraries/base/LICENSE) -- --- Maintainer : sven_panne@yahoo.com +-- Maintainer : sven.panne@aedion.de -- Stability : provisional -- Portability : portable -- @@ -45,7 +45,7 @@ module Foreign.Marshal.Pool ( ) where #ifdef __GLASGOW_HASKELL__ -import GHC.Base ( Int, Monad(..), (.), not, map ) +import GHC.Base ( Int, Monad(..), (.), not ) import GHC.Err ( undefined ) import GHC.Exception ( block, unblock, throw, catchException ) import GHC.IOBase ( IO, IORef, newIORef, readIORef, writeIORef, )