[project @ 2002-10-03 13:56:12 by panne]
[ghc-base.git] / Data / Dynamic.hs
index 4945e13..275e318 100644 (file)
@@ -78,6 +78,12 @@ import GHC.Float
 import GHC.IOBase
 #endif
 
+#ifdef __HUGS__
+import Hugs.IO
+import Hugs.IORef
+import Hugs.IOExts
+#endif
+
 #ifdef __GLASGOW_HASKELL__
 unsafeCoerce :: a -> b
 unsafeCoerce = unsafeCoerce#