haskey-mtl: A monad transformer supporting Haskey transactions.

[ bsd3, database, library ] [ Propose Tags ]

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]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.3.1.0 (info)
Dependencies base (>=4.7 && <5), exceptions (>=0.8.3 && <0.11), haskey (>=0.3 && <0.4), haskey-btree (>=0.3 && <0.4), monad-control (>=1.0.1.0 && <1.0.2.4), mtl (>=2.1 && <3), transformers (>=0.3 && <1), transformers-base (>=0.4.4 && <0.5) [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 2018-05-22T13:25:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2829 total (15 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-22 [all 1 reports]

Readme for haskey-mtl-0.3.1.0

[back to package description]

haskey-mtl

Travis Hackage Stackage Nightly Stackage LTS

A monad transformer supporting Haskey transactions.

For more information see the haskey library.