wai-control 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+13/−9 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- wai-control.cabal +9/−9
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for wai-control +## 0.1.0.2 -- 2020-07-28++* Improve description.+ ## 0.1.0.1 -- 2020-07-17 * Specify versions of dependencies more accurately.
wai-control.cabal view
@@ -1,18 +1,18 @@ name: wai-control-version: 0.1.0.1-synopsis: Give wai Applications an IO-based inner monad-description: This package allows IO-based monads in covariant and contravariant positions- of wai Applications.+version: 0.1.0.2+synopsis: Run wai Applications in IO based monads+description: This package allows 'IO' based monads in covariant and contravariant positions+ of <https://hackage.haskell.org/package/wai wai> 'Application's. .- 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.+ 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+ 'MVar's, 'TVar's or other concurrent data, while controlling that access with monad transformers. . This package is based on- <https://github.com/athanclark/wai-transformers wai-transformers> by Athan+ <https://hackage.haskell.org/package/wai-transformers wai-transformers> by Athan Clark. license: BSD3 license-file: LICENSE