From: Ross Paterson Date: Tue, 12 Aug 2008 14:56:54 +0000 (+0000) Subject: Hugs only: fix imports X-Git-Tag: 6_10_branch_has_been_forked~54 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=410654a1801398d5f8004011c62e785278129f91;p=ghc-base.git Hugs only: fix imports --- 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__