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]

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 && <1), little-logger (>=1.0.2 && <1.1), microlens (>=0.4 && <1), mtl (>=2.2 && <3), primitive (>=0.7.0.1 && <1), resourcet (>=1.2.4.2 && <2), unliftio-core (>=0.1 && <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 2023-06-21T20:33:13Z
Distributions LTSHaskell:2.0.1, NixOS:2.0.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1143 total (34 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-06-21 [all 1 reports]

Readme for little-rio-2.0.1

[back to package description]

little-rio

When you need just the RIO monad (but you want a MonadCatch instance and some other orphans)

This is derived from the rio library (LICENSE) and the rio-orphans library (LICENSE)