wai-control: Run wai Applications in IO based monads
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This package allows IO based monads in covariant and contravariant positions
of wai Applications.
The monads, which are applicable for this, need to have
MonadBaseControlIdentity 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.
Properties
| Versions | 0.1.0.0, 0.1.0.1, 0.1.0.2, 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-28T13:51:26Z |
Modules
[Index] [Quick Jump]
- Network
- Wai
- Handler
- WebSockets
- Network.Wai.Trans
- Handler
- Wai
Downloads
- wai-control-0.1.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees