exceptions: Extensible optionally-pure exceptions

[ bsd3, control, exceptions, library, monad ] [ Propose Tags ]

Extensible optionally-pure exceptions.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
transformers-0-4

Use transformers-0.4 or later.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1, 0.1.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.3.1, 0.4, 0.5, 0.6, 0.6.1, 0.7, 0.8, 0.8.0.1, 0.8.0.2, 0.8.1, 0.8.2.1, 0.8.3, 0.9.0, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.10.4, 0.10.5, 0.10.6, 0.10.7 (info)
Change log CHANGELOG.markdown
Dependencies base (>=4.5 && <5), fail (>=4.9 && <4.10), mtl (>=2.0 && <2.4), stm (>=2.2 && <3), template-haskell (>=2.7 && <2.22), transformers (>=0.2 && <0.7), transformers-compat (>=0.3 && <0.8) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013-2015 Edward A. Kmett Copyright (C) 2012 Google Inc.
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 2 made by AndreasAbel at 2024-01-10T07:37:37Z
Category Control, Exceptions, Monad
Home page http://github.com/ekmett/exceptions/
Bug tracker http://github.com/ekmett/exceptions/issues
Source repo head: git clone https://github.com/ekmett/exceptions.git
Uploaded by ryanglscott at 2022-12-04T22:22:49Z
Distributions Arch:0.10.4, Debian:0.10.4, Fedora:0.10.5, FreeBSD:0.8.0.2
Reverse Dependencies 981 direct, 13648 indirect [details]
Downloads 347611 total (321 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for exceptions-0.10.7

[back to package description]

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