[project @ 2002-10-11 11:05:20 by malcolm]
[ghc-base.git] / System / Exit.hs
index db37a7f..3c0ecb8 100644 (file)
@@ -29,6 +29,13 @@ import GHC.IOBase
 import Hugs.System
 #endif
 
+#ifdef __NHC__
+import System
+  ( ExitCode(..)
+  , exitWith
+  )
+#endif
+
 -- ---------------------------------------------------------------------------
 -- exitWith