Get rid of some duplicate imports
authorIan Lynagh <igloo@earth.li>
Fri, 1 Aug 2008 21:49:33 +0000 (21:49 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 1 Aug 2008 21:49:33 +0000 (21:49 +0000)
GHC/IOBase.lhs

index f50c775..399d8eb 100644 (file)
@@ -46,7 +46,7 @@ module GHC.IOBase(
     ExitCode(..),
     throwIO, block, unblock, blocked, catchAny, catchException,
     evaluate,
-    ErrorCall(..), ArithException(..), AsyncException(..),
+    ErrorCall(..),
     BlockedOnDeadMVar(..), BlockedIndefinitely(..), Deadlock(..)
   ) where