name: concurrent-state
version: 0.1.0.0
synopsis: MTL-like library using TVars
description: State and Writer backed by TVars.
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
library
exposed-modules: Control.Monad.State.Concurrent
Control.Monad.State.Concurrent.Lazy
Control.Monad.State.Concurrent.Strict
build-depends: base >=4.6 && <4.7, mtl, stm, transformers
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/joelteon/concurrent-state.git