- Add
HasCallStack
whenexceptions >= 0.10.6
#41
- Allow transformers 0.6 #39
- Changed
bracketWithError
andbracketOnError
to usegeneralBracket
fromMonadMask
#36 - Raised dependency
exceptions
from>= 0.8
to>= 0.10
- Doc update
- Add
bracketWithError
- Reuse the
Handler
definition fromControl.Monad.Catch
- Re-export
Control.Exception.assert
- Add
throwString
- Add
catchJust
,handleJust
, andtryJust
- Add
catchIO
,handleIO
, andtryIO
- Added
catches
#13
- Add missing
toSyncException
insideimpureThrow
- Conditionally export
displayException
for older GHCs - Re-export
Typeable
- Add the deepseq variants of catch/handle/try functions
- Initial releae