X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Foreign%2FMarshal%2FPool.hs;h=a2a73ace8185a9769c3bd763aae0eddbca7a6c08;hb=2e317d707ce3512be60ada74a22119cd0a054ca1;hp=3f7e2d50da487594b19e591fca5652096bfb24ee;hpb=6c25383bd6a481e195fef5ac19523c13bd8a1da8;p=haskell-directory.git diff --git a/Foreign/Marshal/Pool.hs b/Foreign/Marshal/Pool.hs index 3f7e2d5..a2a73ac 100644 --- a/Foreign/Marshal/Pool.hs +++ b/Foreign/Marshal/Pool.hs @@ -45,7 +45,7 @@ module Foreign.Marshal.Pool ( ) where #ifdef __GLASGOW_HASKELL__ -import GHC.Base ( Int, Monad(..), IsString(..), (.), not ) +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, )