atomic-modify 0.1.0.2 → 0.1.0.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~stmPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, stm
API changes (from Hackage documentation)
Files
- atomic-modify.cabal +3/−3
atomic-modify.cabal view
@@ -1,5 +1,5 @@ name: atomic-modify-version: 0.1.0.2+version: 0.1.0.3 category: Concurrency synopsis: A typeclass for mutable references that have an atomic modify operation. @@ -25,8 +25,8 @@ ghc-options: -Wall build-depends:- base >=4.9 && <4.12- , stm+ base >=4.9 && <4.17+ , stm >= 2.4 && < 2.6 exposed-modules: Control.Concurrent.AtomicModify