little-rio: When you need just the RIO monad

[ bsd3, control, library ] [ Propose Tags ]

Please see the README on GitHub at https://github.com/ejconlon/little-rio#readme


[Skip to Readme]

Modules

[Last Documentation]

  • LittleRIO

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1, 0.2.0, 0.2.1, 0.2.2, 1.0.0, 1.0.1, 2.0.0, 2.0.1
Dependencies base (>=4.12 && <5), exceptions (>=0.10), microlens (>=0.4), microlens-mtl (>=0.2), mtl (>=2.2), unliftio-core (>=0.1) [details]
License BSD-3-Clause
Copyright (c) 2020 Eric Conlon
Author Eric Conlon
Maintainer ejconlon@gmail.com
Category Control
Home page https://github.com/ejconlon/little-rio#readme
Bug tracker https://github.com/ejconlon/little-rio/issues
Source repo head: git clone https://github.com/ejconlon/little-rio
Uploaded by ejconlon at 2020-05-08T18:04:32Z
Distributions LTSHaskell:2.0.1, NixOS:2.0.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1146 total (37 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 2020-05-08 [all 3 reports]

Readme for little-rio-0.1.1

[back to package description]

little-rio

CircleCI

When you need just the RIO monad (but you want a MonadCatch instance)

This is derived from the RIO library (LICENSE).