name: atomic-modify version: 0.1.0.3 category: Concurrency synopsis: A typeclass for mutable references that have an atomic modify operation. description: A typeclass for mutable references that have an atomic modify operation. Generalizes atomic modify operations in IO and STM contexts for IORef, MVar, TVar, and TMVar. homepage: https://github.com/chris-martin/atomic-modify author: Chris Martin maintainer: Chris Martin license: Apache-2.0 license-file: license.txt build-type: Simple cabal-version: >= 1.10 library default-language: Haskell2010 hs-source-dirs: src default-extensions: NoImplicitPrelude ghc-options: -Wall build-depends: base >=4.9 && <4.17 , stm >= 2.4 && < 2.6 exposed-modules: Control.Concurrent.AtomicModify