exceptions: Extensible optionally-pure exceptions

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

Extensible optionally-pure exceptions


[Skip to Readme]

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), mtl (>=2.0 && <2.2), transformers (>=0.2 && <0.4) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013-2014 Edward A. Kmett Copyright (C) 2012 Google Inc.
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2014-12-31T15:39:15Z
Category Control, Exceptions, Monad
Home page http://github.com/ekmett/exceptions/
Bug tracker http://github.com/ekmett/exceptions/issues
Source repo head: git clone git://github.com/ekmett/exceptions.git
Uploaded by EdwardKmett at 2014-03-31T14:51:24Z
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 available [build log]
Successful builds reported [all 1 reports]

Readme for exceptions-0.5

[back to package description]

exceptions

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