[project @ 2005-07-14 11:57:09 by ross]
authorross <unknown>
Thu, 14 Jul 2005 11:57:09 +0000 (11:57 +0000)
committerross <unknown>
Thu, 14 Jul 2005 11:57:09 +0000 (11:57 +0000)
Hugs only: more specific imports

Data/Typeable.hs

index 159137c..4636952 100644 (file)
@@ -112,10 +112,12 @@ import GHC.Arr            ( Array, STArray )
 #endif
 
 #ifdef __HUGS__
-import Hugs.Prelude
-import Hugs.IO
-import Hugs.IORef
-import Hugs.IOExts
+import Hugs.Prelude    ( Key(..), TypeRep(..), TyCon(..), Ratio,
+                         Exception, ArithException, IOException,
+                         ArrayException, AsyncException, Handle,
+                         Ptr, FunPtr, ForeignPtr, StablePtr )
+import Hugs.IORef      ( IORef, newIORef, readIORef, writeIORef )
+import Hugs.IOExts     ( unsafePerformIO, unsafeCoerce )
        -- For the Typeable instance
 import Hugs.Array      ( Array )
 import Hugs.ConcBase   ( MVar )