From: simonpj Date: Wed, 9 Oct 2002 16:35:56 +0000 (+0000) Subject: [project @ 2002-10-09 16:35:56 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1578 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=316f8291d7a68c54f3ae235dad06f0e2eb33f0e5;p=ghc-hetmet.git [project @ 2002-10-09 16:35:56 by simonpj] Import Exception.Try via HsVersions --- diff --git a/ghc/compiler/typecheck/TcRnTypes.lhs b/ghc/compiler/typecheck/TcRnTypes.lhs index 2a3ca22..218e8fe 100644 --- a/ghc/compiler/typecheck/TcRnTypes.lhs +++ b/ghc/compiler/typecheck/TcRnTypes.lhs @@ -74,7 +74,7 @@ import UNSAFE_IO ( unsafeInterleaveIO ) import FIX_IO ( fixIO ) import Maybe ( mapMaybe ) import List ( nub ) -import Control.Exception as Exception ( try, Exception ) +import EXCEPTION as Exception ( try, Exception ) \end{code}