The latest version of wai-control is 0.2.0.0-0.

wai-control

Version 0.1.0.0 revision 0 uploaded by jumper149.

Package meta

Synopsis
Give wai Applications an IO-based inner monad
Description

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: https:/github.comathanclark/wai-transformers

Author
Felix Springer
Bug reports
https://github.com/jumper149/wai-control/issues
Category
Control, Web
Copyright
n/a
Homepage
https://github.com/jumper149/wai-control
Maintainer
felixspringer149@gmail.com
Package URL
n/a
Stability
n/a

Components