wai-control: Give wai Applications an IO-based inner monad
This package allows IO-based monads in covariant and contravariant positions of wai Applications.
The monads, which are applicable for this, need to have MonadBaseControl IO instances. This are for most cases ReaderT stacks based on the IO monad. This package will especially be of interest, if you are sharing access to MVars, TVars or other concurrent data, while controlling that access with monad transformers.
This package is based on wai-transformers by Athan Clark.
Downloads
- wai-control-0.1.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.2.0.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.5 && <5), monad-control-identity (>=0.1.0.1 && <0.2), transformers-base (>=0.4.5.2 && <0.5), wai (>=3.2 && <3.3), wai-websockets (>=3.0.1.2 && <3.1), websockets (>=0.12.5.3 && <0.13) [details] |
License | BSD-3-Clause |
Author | Felix Springer |
Maintainer | felixspringer149@gmail.com |
Category | Control, Web |
Home page | https://github.com/jumper149/wai-control |
Bug tracker | https://github.com/jumper149/wai-control/issues |
Uploaded | by jumper149 at 2020-07-17T16:01:08Z |
Distributions | NixOS:0.2.0.0 |
Downloads | 746 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-07-17 [all 1 reports] |