[project @ 2002-10-09 16:35:56 by simonpj]
authorsimonpj <unknown>
Wed, 9 Oct 2002 16:35:56 +0000 (16:35 +0000)
committersimonpj <unknown>
Wed, 9 Oct 2002 16:35:56 +0000 (16:35 +0000)
Import Exception.Try via HsVersions

ghc/compiler/typecheck/TcRnTypes.lhs

index 2a3ca22..218e8fe 100644 (file)
@@ -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}