wai-control: Run wai Applications in IO based monads
This package allows IO
based monads in covariant and contravariant positions
of wai Application
s.
The monads, which are applicable for this, need to have
MonadUnliftIO
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
MVar
s, TVar
s 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.2.0.0.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), unliftio-core (>=0.2 && <0.3), 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 2022-07-04T21:57:13Z |
Distributions | LTSHaskell:0.2.0.0, NixOS:0.2.0.0 |
Downloads | 737 total (30 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2022-07-04 [all 1 reports] |