From fdb4cee6ff91b59915eedba0afa3285681cbcab7 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Tue, 12 Aug 2008 14:04:33 +0000 Subject: [PATCH] Hugs only: don't import exception types -- their instances are now in Control.Exception.Base --- Data/Typeable.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 1.7.10.4