From 410654a1801398d5f8004011c62e785278129f91 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Tue, 12 Aug 2008 14:56:54 +0000 Subject: [PATCH] Hugs only: fix imports --- System/Exit.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/System/Exit.hs b/System/Exit.hs index 146fdf5..f11a071 100644 --- a/System/Exit.hs +++ b/System/Exit.hs @@ -28,8 +28,8 @@ import GHC.IOBase #endif #ifdef __HUGS__ -import Hugs.Prelude -import Hugs.Exception +import Hugs.Prelude (ExitCode(..)) +import Control.Exception.Base #endif #ifdef __NHC__ -- 1.7.10.4