remove docs from Monad that belonged on the instance for MonadPlus IO
[ghc-base.git] / System / IO / Error.hs
index 2b9eb7c..6dcf24d 100644 (file)
@@ -93,7 +93,9 @@ import Data.Maybe
 
 #ifdef __GLASGOW_HASKELL__
 import GHC.Base
-import GHC.IOBase
+import GHC.IO
+import GHC.IO.Exception
+import GHC.IO.Handle.Types
 import Text.Show
 #endif