name: concurrent-state version: 0.3.3.1 synopsis: MTL-like library using TVars description: State 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 library exposed-modules: Control.Monad.State.Concurrent Control.Monad.State.Concurrent.Lazy Control.Monad.State.Concurrent.Strict build-depends: base >=4.6 && <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