quiver-instances: Extra instances for Quiver

[ control, library, mit ] [ Propose Tags ]

Various extra instances for Quiver that aren't yet in the main library.

Currently this provides instances for the MonadThrow, MonadCatch and MonadMask classes from the exceptions library.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1
Dependencies base (>=4.8 && <4.9), exceptions (>=0.8 && <0.9), quiver (>=1.1.3 && <1.2), transformers [details]
License MIT
Author Ivan Lazar Miljenovic
Maintainer Ivan.Miljenovic@gmail.com
Category Control
Source repo head: git clone https://github.com/ivan-m/quiver-instances.git
Uploaded by IvanMiljenovic at 2016-04-08T01:40:18Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 2634 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-04-08 [all 1 reports]

Readme for quiver-instances-0.1.0.1

[back to package description]

quiver-instances

Hackage Build Status

Various extra instances for Quiver that aren't yet in the main library.

At this time these consist of instances for the typeclasses found in the exceptions library.