lifted-stm: STM operations lifted through monad transformer stacks

[ bsd3, concurrency, library ] [ Propose Tags ]

This package provides STM operations lifted through monad transformer stacks.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.2.0.1
Dependencies array (>=0.3), base (>=4 && <5), monad-finally (>=0.1.2), stm (>=2.4.5), transformers (>=0.2), transformers-abort (>=0.6), transformers-base (>=0.4.5.2), transformers-compat (>=0.6.1) [details]
License BSD-3-Clause
Copyright 2018 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Author Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Maintainer Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Category Concurrency
Home page https://github.com/mvv/lifted-stm
Bug tracker https://github.com/mvv/lifted-stm/issues
Source repo head: git clone https://github.com/mvv/lifted-stm.git
Uploaded by MikhailVorozhtsov at 2018-05-18T20:23:15Z
Distributions NixOS:0.2.0.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1259 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-05-18 [all 1 reports]

Readme for lifted-stm-0.1

[back to package description]

Lifted-STM

Travis Hackage

This package provides STM operations lifted through monad transformer stacks.

Installation

The usual:

$ cabal install