From: Ross Paterson Date: Tue, 12 Aug 2008 14:04:33 +0000 (+0000) Subject: Hugs only: don't import exception types -- their instances are now in Control.Excepti... X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=fdb4cee6ff91b59915eedba0afa3285681cbcab7 Hugs only: don't import exception types -- their instances are now in Control.Exception.Base --- diff --git a/Data/Typeable.hs b/Data/Typeable.hs index 6570e10..606c8cc 100644 --- a/Data/Typeable.hs +++ b/Data/Typeable.hs @@ -113,9 +113,7 @@ import GHC.Arr ( Array, STArray ) #ifdef __HUGS__ import Hugs.Prelude ( Key(..), TypeRep(..), TyCon(..), Ratio, - Exception, ArithException, IOException, - ArrayException, AsyncException, Handle, - Ptr, FunPtr, ForeignPtr, StablePtr ) + Handle, Ptr, FunPtr, ForeignPtr, StablePtr ) import Hugs.IORef ( IORef, newIORef, readIORef, writeIORef ) import Hugs.IOExts ( unsafePerformIO ) -- For the Typeable instance