Warning Police: Unused imports
[ghc-hetmet.git] / compat / Compat / Directory.hs
index c44b50f..4d7cb4b 100644 (file)
@@ -31,7 +31,7 @@ import Control.Monad          ( when )
 import Foreign.Marshal.Alloc   ( allocaBytes )
 import System.IO (IOMode(..), openBinaryFile, hGetBuf, hPutBuf, hClose)
 import System.IO.Error         ( try )
-import GHC.IOBase ( IOException(..), IOErrorType(..) )
+import GHC.IOBase ( IOException(..) )
 #else
 import System.IO               ( try )
 #endif