[project @ 2002-10-11 11:05:20 by malcolm]
[ghc-base.git] / System / Mem.hs
index 2391936..ec5b136 100644 (file)
@@ -26,3 +26,7 @@ import Hugs.IOExts
 -- | Triggers an immediate garbage collection
 foreign import ccall {-safe-} "performGC" performGC :: IO ()
 #endif
+
+#ifdef __NHC__
+import NHC.IOExtras (performGC)
+#endif