stm-io-hooks 0.7.5 → 1.0.0
raw patch · 1 files changed
+8/−6 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- stm-io-hooks.cabal +8/−6
stm-io-hooks.cabal view
@@ -14,22 +14,24 @@ the modified TVars are restored. . Note: The package can be used as a drop-in replacement for - 'Control.Concurrent.STM'. This library was inspired by the AdvSTM monad on - the Haskell Wiki (see <http://haskell.org/haskellwiki/?title=New_monads/MonadAdvSTM>).+ 'Control.Concurrent.STM'. . Feedback is welcome! Category: Concurrency Stability: experimental-Author: Peter Robinson 2009-2011, Chris Kuklewicz 2006+Author: Peter Robinson 2009-2014, Chris Kuklewicz 2006 Maintainer: Peter Robinson <thaldyron@gmail.com> License: BSD3 License-file: LICENSE-Homepage: http://darcs.monoid.at/stm-io-hooks-Version: 0.7.5+Version: 1.0.0 Build-type: Simple -Cabal-Version: >= 1.2.3+Cabal-Version: >= 1.6++source-repository head+ type: git+ location: https://github.com/thaldyron/stm-io-hooks library Exposed-Modules: Control.Monad.AdvSTM