[project @ 2002-07-16 16:08:58 by ross]
[haskell-directory.git] / Debug / Trace.hs
index ecaf39e..05809a0 100644 (file)
@@ -26,6 +26,10 @@ import GHC.IOBase
 import GHC.Handle
 #endif
 
+#ifdef __HUGS__
+import Hugs.IOExts
+#endif
+
 #ifdef __GLASGOW_HASKELL__
 {-# NOINLINE trace #-}
 {-|