Hugs only: don't import exception types -- their instances are now in Control.Excepti...
authorRoss Paterson <ross@soi.city.ac.uk>
Tue, 12 Aug 2008 14:04:33 +0000 (14:04 +0000)
committerRoss Paterson <ross@soi.city.ac.uk>
Tue, 12 Aug 2008 14:04:33 +0000 (14:04 +0000)
Data/Typeable.hs

index 6570e10..606c8cc 100644 (file)
@@ -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