From: Ian Lynagh Date: Fri, 1 Aug 2008 21:49:33 +0000 (+0000) Subject: Get rid of some duplicate imports X-Git-Tag: 6_10_branch_has_been_forked~105 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=fd9123762442993a31681895481b2737df471f24;p=ghc-base.git Get rid of some duplicate imports --- diff --git a/GHC/IOBase.lhs b/GHC/IOBase.lhs index f50c775..399d8eb 100644 --- a/GHC/IOBase.lhs +++ b/GHC/IOBase.lhs @@ -46,7 +46,7 @@ module GHC.IOBase( ExitCode(..), throwIO, block, unblock, blocked, catchAny, catchException, evaluate, - ErrorCall(..), ArithException(..), AsyncException(..), + ErrorCall(..), BlockedOnDeadMVar(..), BlockedIndefinitely(..), Deadlock(..) ) where