From be3d50e74c216de157a60bdd39651e53c81de649 Mon Sep 17 00:00:00 2001 From: ross Date: Sun, 22 Jun 2003 09:24:23 +0000 Subject: [PATCH] [project @ 2003-06-22 09:24:23 by ross] Hugs only: import throwIO --- System/Exit.hs | 1 + 1 file changed, 1 insertion(+) 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__ -- 1.7.10.4