stm-io-hooks 0.7.2 → 0.7.3
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- stm-io-hooks.cabal +2/−2
stm-io-hooks.cabal view
@@ -1,7 +1,7 @@ Name: stm-io-hooks Synopsis: An STM monad with IO hooks Description:- This library provides an STM monad with commit and retry IO hooks. + This library provides an Software Transactional Memory (STM) monad with commit and retry IO hooks. A retry-action is run (at least once) if the transaction retries, while commit-actions are executed iff the transaction commits. The AdvSTM monad also gives some atomicity guarantees for commit-actions:@@ -26,7 +26,7 @@ License: BSD3 License-file: LICENSE Homepage: http://darcs.monoid.at/stm-io-hooks-Version: 0.7.2+Version: 0.7.3 Build-type: Simple Cabal-Version: >= 1.2.3