name: concurrent-state
version: 0.5.1.0
synopsis: MTL-like library using TVars
description: State, RWS backed by TVar.
homepage: https://github.com/joelteon/concurrent-state
license: MIT
license-file: LICENSE
author: Joel Taylor
maintainer: me@joelt.io
category: Control
build-type: Simple
cabal-version: >=1.10
extra-source-files: changelog
library
exposed-modules: Control.Concurrent.Lifted.Fork
Control.Monad.State.Concurrent
Control.Monad.State.Concurrent.Lazy
Control.Monad.State.Concurrent.Strict
Control.Monad.RWS.Concurrent
Control.Monad.RWS.Concurrent.Lazy
Control.Monad.RWS.Concurrent.Strict
build-depends: base >=4.4 && <4.7, exceptions >= 0.3, mtl >= 2.1, stm, transformers
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/joelteon/concurrent-state.git