Rejig the extensible exceptions so there is less circular importing
[ghc-base.git] / GHC / Handle.hs
index 1d8445e..3421502 100644 (file)
@@ -73,7 +73,7 @@ import GHC.Base
 import GHC.Read         ( Read )
 import GHC.List
 import GHC.IOBase
-import GHC.Exception    ( block, catchException, catchAny, throw, throwIO )
+import GHC.Exception    ( throw )
 import GHC.Enum
 import GHC.Num          ( Integer(..), Num(..) )
 import GHC.Show