- Add
HasCallStackwhenexceptions >= 0.10.6#41
- Allow transformers 0.6 #39
- Changed
bracketWithErrorandbracketOnErrorto usegeneralBracketfromMonadMask#36 - Raised dependency
exceptionsfrom>= 0.8to>= 0.10
- Doc update
- Add
bracketWithError
- Reuse the
Handlerdefinition fromControl.Monad.Catch
- Re-export
Control.Exception.assert - Add
throwString
- Add
catchJust,handleJust, andtryJust
- Add
catchIO,handleIO, andtryIO
- Added
catches#13
- Add missing
toSyncExceptioninsideimpureThrow - Conditionally export
displayExceptionfor older GHCs - Re-export
Typeable - Add the deepseq variants of catch/handle/try functions
- Initial releae