From: simonmar Date: Tue, 4 Mar 2003 11:12:11 +0000 (+0000) Subject: [project @ 2003-03-04 11:12:11 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1092 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=f6a3dc66b62599041869502203dcfd756c5aed8d [project @ 2003-03-04 11:12:11 by simonmar] Make it compile again with 5.04.x --- 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 )