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

[Last Documentation]

  • Control
    • Quiver
      • Control.Quiver.Instances

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), resourcet (>=1.1 && <1.2), transformers, transformers-base [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-11T00:29:48Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 2635 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-27 [all 2 reports]

Readme for quiver-instances-0.2.0.0

[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, transformers-base and resourcet libraries.