[project @ 2003-06-22 09:24:23 by ross]
authorross <unknown>
Sun, 22 Jun 2003 09:24:23 +0000 (09:24 +0000)
committerross <unknown>
Sun, 22 Jun 2003 09:24:23 +0000 (09:24 +0000)
Hugs only: import throwIO

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__