little-rio: When you need just the RIO monad

[ bsd3, control, library ] [ Propose Tags ] [ Report a vulnerability ]

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, 3.0.0
Dependencies base (>=4.12 && <5), exceptions (>=0.10 && <1), little-logger (>=3.0 && <4), mtl (>=2.2 && <3), optics (>=0.4 && <1), 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 2024-09-19T16:23:41Z
Distributions LTSHaskell:2.0.1, NixOS:2.0.1
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 1370 total (42 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2024-09-19 [all 1 reports]

Readme for little-rio-3.0.0

[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)