Cabal revisions of stm-stats-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: stm-stats-Version: 0.1.0.0-Synopsis: retry statistics for STM transactions-Description: This module provides functions that can replace calls to- 'atomically' and count how often the transaction was retried- until it succeeded. It can emit warnings when transaction are- retried more often than a given threshold, and provides global- statistics across all transaction.- .- As an additional feature, if the transaction was named,- transaction-related exceptions such as- 'BlockedIndefinitelyOnSTM' are replaced by variants that- indicate which transaction caused the exception.-License: BSD3-License-file: LICENSE-Author: David Leuschner <leuschner@factisresearch.com>,- Joachim Breitner <mail@joachim-breitner.de>-Maintainer: Joachim Breitner <mail@joachim-breitner.de>-Category: Concurrency-Build-type: Simple-Cabal-version: >=1.6-Extra-source-files: Demo.hs--Library- Build-depends: base >=4 && <5, time, containers, stm, template-haskell- Exposed-Modules: Control.Concurrent.STM.Stats--Source-Repository head- type: darcs- location: http://darcs.umidev.de/pub/stm-stats/+Name: stm-stats +Version: 0.1.0.0 +x-revision: 1 +Synopsis: retry statistics for STM transactions +Description: This module provides functions that can replace calls to + 'atomically' and count how often the transaction was retried + until it succeeded. It can emit warnings when transaction are + retried more often than a given threshold, and provides global + statistics across all transaction. + . + As an additional feature, if the transaction was named, + transaction-related exceptions such as + 'BlockedIndefinitelyOnSTM' are replaced by variants that + indicate which transaction caused the exception. +License: BSD3 +License-file: LICENSE +Author: David Leuschner <leuschner@factisresearch.com>, + Joachim Breitner <mail@joachim-breitner.de> +Maintainer: Joachim Breitner <mail@joachim-breitner.de> +Category: Concurrency +Build-type: Simple +Cabal-version: >=1.6 +Extra-source-files: Demo.hs + +Library + Build-depends: base >=4 && <5, time, containers <0.6, stm, template-haskell + Exposed-Modules: Control.Concurrent.STM.Stats + +Source-Repository head + type: darcs + location: http://darcs.umidev.de/pub/stm-stats/