Add Data.String, containing IsString(fromString); trac proposal #1126
[haskell-directory.git] / Foreign / Marshal / Pool.hs
index 3f7e2d5..a2a73ac 100644 (file)
@@ -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, )