[project @ 2003-06-22 09:24:23 by ross]
[ghc-base.git] / System / Exit.hs
index 3c2aea2..bce69e6 100644 (file)
@@ -27,6 +27,7 @@ import GHC.IOBase
 
 #ifdef __HUGS__
 import Hugs.Prelude
+import Hugs.Exception
 #endif
 
 #ifdef __NHC__