@hackage / enclosed-exceptions

Catching all exceptions from within an enclosed computation

Latest1.0.3

Changelog

ChangeLog for enclosed-exceptions

1.0.3

  • Skip some tests on GHC 8.4 #12

1.0.2.1

  • Support for GHC 7.4 and earlier

1.0.2

  • Use MVar in tryAny, drop async dependency #9

1.0.1

  • Added tryDeep and catchDeep