[project @ 2002-09-25 15:16:30 by simonpj]
[ghc-base.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 #-}
 {-|