exceptions: Extensible optionally-pure exceptions

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

Extensible optionally-pure exceptions


[Skip to Readme]

Modules

[Index]

Downloads

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.3 && <5), mtl (>=2.0 && <2.2), transformers (>=0.2 && <0.4) [details]
License LicenseRef-OtherLicense
Copyright Copyright (C) 2013 Edward A. Kmett Copyright (C) 2012 Google Inc.
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
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 2013-06-17T16:16:40Z
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.1.0.1

[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