Fix a couple of imports
[ghc-base.git] / GHC / IO.hs
index 14c2b3d..7ca3e6e 100644 (file)
--- a/GHC/IO.hs
+++ b/GHC/IO.hs
@@ -45,7 +45,6 @@ import GHC.Real
 import GHC.Num
 import GHC.Show
 import GHC.List
-import GHC.Exception    ( ioError, catch )
 
 #ifdef mingw32_HOST_OS
 import GHC.Conc