stm-lifted: Software Transactional Memory lifted to MonadIO

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.

[maintain] [Publish]

A MonadIO version of STM library.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.1.0, 2.5.0.0, 2.5.0.0
Change log None available
Dependencies base (>=4.5 && <5), stm (>=2.5 && <2.6), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Copyright (c) 2013-2019 Maksymilian Owsianny
Author Maksymilian Owsianny
Maintainer Maksymilian.Owsianny@gmail.com
Category Concurrency, MonadIO
Bug tracker https://github.com/MaxOw/stm-lifted/issues
Source repo head: git clone https://github.com/MaxOw/stm-lifted.git
Uploaded by MaksymilianOwsianny at 2019-04-30T14:16:25Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for stm-lifted-2.5.0.0

[back to package description]

Build status Hackage

STM Generalized with MonadIO

This package contains generalization of STM with MonadIO.