[project @ 2003-04-17 15:23:37 by simonpj]
[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