Use extensible exceptions at the lowest level
authorIan Lynagh <igloo@earth.li>
Sat, 21 Jun 2008 12:15:01 +0000 (12:15 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 21 Jun 2008 12:15:01 +0000 (12:15 +0000)
commit3e118622794d68f63338b3e00fe450b552408b64
treefb3f8cfb1ea35224b8228c43ec0f7e6c8cbe54d9
parent1aa9881300dad0d6789a6d8981562cdbede12f55
Use extensible exceptions at the lowest level
Everything above is largely unchanged; just the type of catch and throw.
15 files changed:
Control/Exception.hs
Data/Typeable.hs-boot
Foreign/Marshal/Pool.hs
GHC/Conc.lhs
GHC/Dotnet.hs
GHC/Err.lhs
GHC/Exception.lhs
GHC/Exception.lhs-boot [new file with mode: 0644]
GHC/Handle.hs
GHC/IOBase.lhs
GHC/IOBase.lhs-boot [new file with mode: 0644]
GHC/TopHandler.lhs
GHC/TopHandler.lhs-boot
System/Exit.hs
System/IO.hs