From: ross Date: Sun, 22 Jun 2003 09:24:23 +0000 (+0000) Subject: [project @ 2003-06-22 09:24:23 by ross] X-Git-Tag: nhc98-1-18-release~600 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=be3d50e74c216de157a60bdd39651e53c81de649;p=ghc-base.git [project @ 2003-06-22 09:24:23 by ross] Hugs only: import throwIO --- diff --git a/System/Exit.hs b/System/Exit.hs index 3c2aea2..bce69e6 100644 --- a/System/Exit.hs +++ b/System/Exit.hs @@ -27,6 +27,7 @@ import GHC.IOBase #ifdef __HUGS__ import Hugs.Prelude +import Hugs.Exception #endif #ifdef __NHC__