From f6a3dc66b62599041869502203dcfd756c5aed8d Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 4 Mar 2003 11:12:11 +0000 Subject: [PATCH 1/1] [project @ 2003-03-04 11:12:11 by simonmar] Make it compile again with 5.04.x --- ghc/compiler/main/DriverUtil.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/compiler/main/DriverUtil.hs b/ghc/compiler/main/DriverUtil.hs index d9f095d..2f10d12 100644 --- a/ghc/compiler/main/DriverUtil.hs +++ b/ghc/compiler/main/DriverUtil.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: DriverUtil.hs,v 1.36 2003/03/04 10:39:58 simonmar Exp $ +-- $Id: DriverUtil.hs,v 1.37 2003/03/04 11:12:11 simonmar Exp $ -- -- Utils for the driver -- @@ -16,7 +16,7 @@ import Util import Panic import Config ( cLeadingUnderscore ) -import EXCEPTION ( Exception, finally, throwDyn, catchDyn ) +import EXCEPTION ( Exception(..), finally, throwDyn, catchDyn, throw ) import qualified EXCEPTION as Exception import DYNAMIC import DATA_IOREF ( IORef, readIORef, writeIORef ) -- 1.7.10.4