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, 0.1.1.0, 2.5.0.0
Change log None available
Dependencies base (>=4.5 && <5), stm (>=2.4.4.1 && <3), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Copyright (c) 2013 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 2017-06-03T12:22:06Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for stm-lifted-0.1.1.0

[back to package description]

Build status

STM Generalized with MonadIO

This package contains generalization of STM with MonadIO.