Skip to content
Snippets Groups Projects
Ryan Scott's avatar
Ryan Scott authored
This avoids downstream users from having to enable various language extensions
when deriving the classes from `exceptions` using `GeneralizedNewtypeDeriving`
on pre-8.0 GHCs. I have left some documentation describing why we have made
this choice, as the reasoning is somewhat non-obvious.

Fixes #91.
c44a77ec
History

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