Follow changes in the base library
authorIan Lynagh <igloo@earth.li>
Thu, 31 Jul 2008 17:33:54 +0000 (17:33 +0000)
committerIan Lynagh <igloo@earth.li>
Thu, 31 Jul 2008 17:33:54 +0000 (17:33 +0000)
commit81466110ff8104ca60e20d617bab83f6f78f0ec2
treebf6432b8838cbd01c6c2a2a00c39f4af5e462fb9
parente61fe59d9567fbad053a87f897e6c8198dc95794
Follow changes in the base library
TopHandler now uses the new extensible exceptions module, so we
need to interact with it using the new types.
16 files changed:
compiler/ghci/GhciMonad.hs
compiler/ghci/InteractiveUI.hs
compiler/ghci/Linker.lhs
compiler/main/DriverMkDepend.hs
compiler/main/DriverPipeline.hs
compiler/main/ErrUtils.lhs
compiler/main/GHC.hs
compiler/main/HeaderInfo.hs
compiler/main/InteractiveEval.hs
compiler/main/Packages.lhs
compiler/typecheck/TcRnMonad.lhs
compiler/typecheck/TcSplice.lhs
compiler/utils/Exception.hs
compiler/utils/IOEnv.hs
compiler/utils/Panic.lhs
compiler/utils/Util.lhs