From 316f8291d7a68c54f3ae235dad06f0e2eb33f0e5 Mon Sep 17 00:00:00 2001 From: simonpj Date: Wed, 9 Oct 2002 16:35:56 +0000 Subject: [PATCH] [project @ 2002-10-09 16:35:56 by simonpj] Import Exception.Try via HsVersions --- ghc/compiler/typecheck/TcRnTypes.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 1.7.10.4