exceptions

Extensible optionally-pure exceptions

http://github.com/ekmett/exceptions/

Version on this page:0.8.3@rev:2
LTS Haskell 22.13:0.10.7
Stackage Nightly 2024-03-14:0.10.7
Latest on Hackage:0.10.7@rev:2

See all snapshots exceptions appears in

BSD-3-Clause licensed by Edward A. Kmett
Maintained by Edward A. Kmett
This version can be pinned in stack with:exceptions-0.8.3@sha256:dc2b4ed2a3de646d8ff599ff972e25b3a1a5165ead3a46ff84a3d443814c85ee,1942

Module documentation for 0.8.3

exceptions

Hackage Build Status

This package provides (optionally pure) extensible exceptions that are compatible with the monad transformer library.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett

Changes

0.8.3

  • MonadCatch and MonadMask instances for Either SomeException

0.8.1

  • Support for throwing in the template-haskell Q monad
  • Support for transformers 0.5

0.8.0.1

  • Resolved warnings on GHC 7.10 and with transformers 0.4.

0.8

  • Use transformers-compat to allow support for ExceptT even on older transformers versions.

0.7

  • stm support

0.6

  • Split out MonadMask
  • Added transformers 0.4 support

0.5

  • Added instances of MonadThrow for ListT, MaybeT, ErrorT and ContT.

0.4

  • Factored out a separate MonadThrow.

0.3.3.1

  • QuickCheck dependency bump

0.3.3

  • Relicensed under the 3-clause BSD license.

0.3.2

  • Better documentation for CatchT.
  • Added handle-like analogues for parity with Control.Exception.

0.3.1

  • Fixed test suite.

0.3

  • Moved CatchT to Control.Monad.Catch.Pure to make it clear it isn’t required for working with IO.

0.2.1

  • Added mask_ and uninterruptibleMask_ to Control.Monad.Catch.

0.2

  • Added uninterruptibleMask to MonadCatch.

0.1.1

  • Flagged Control.Monad.Catch as Trustworthy

0.1.0.1

  • License fix. We were accidentally listing both an APL and BSD3 license in the same module

0.1

  • Repository initialized