haskey-mtl: A monad transformer supporting Haskey transactions.

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]

This library provides a monad transformer supporting Haskey transactions, with default lifted instances for all mtl monad transformers.

For more information on how to use this package, visit https://github.com/haskell-haskey/haskey-mtl


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.2.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.1.0
Change log None available
Dependencies base (>=4.7 && <5), exceptions (>=0.8.3 && <0.9), haskey (>=0.2 && <1), haskey-btree (>=0.2 && <1), mtl (>=2.1 && <3), transformers (>=0.3 && <1) [details]
License BSD-3-Clause
Copyright Copyright (c) 2017, Henri Verroken, Steven Keuchel
Author Henri Verroken, Steven Keuchel
Maintainer steven.keuchel@gmail.com
Category Database
Home page https://github.com/haskell-haskey
Source repo head: git clone https://github.com/haskell-haskey/haskey-mtl
Uploaded by hverr at 2017-09-13T20:21:23Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for haskey-mtl-0.2.0.0

[back to package description]

haskey-mtl

Travis Hackage Stackage Nightly Stackage LTS

A monad transformer supporting Haskey transactions.

See example/Main.hs for a complete example.