wai-control

Version 0.2.0.0 revision 0 uploaded by jumper149.

Package meta

Synopsis
Run wai Applications in IO based monads
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 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 MVars, TVars or other concurrent data, while controlling that access with monad transformers.

This package is based on wai-transformers by Athan Clark.

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