Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: haskell/stm

Tags

v2.5.3.1

Toggle v2.5.3.1's commit message
Release 2.5.3.1

v2.5.3.0

Toggle v2.5.3.0's commit message
Release 2.5.3.0

v2.5.2.1

Toggle v2.5.2.1's commit message
Bump version number

v2.5.2.0

Toggle v2.5.2.0's commit message
Release 0.5.2.0

v2.5.1.0

Toggle v2.5.1.0's commit message
Release 2.5.1.0

v2.5.0.1

Toggle v2.5.0.1's commit message
Release v2.5.0.1

v2.5.0.0

Toggle v2.5.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
stm 2.5.0.0

  * Removed `alwaysSucceeds` and `always`, GHC's invariant checking primitives. (GHC #14324)

  * Add `lengthTBQueue` to `Control.Concurrent.STM.TBQueue` (gh-9)

  * Add `stateTVar :: TVar s -> (s -> (a, s)) -> STM a` combinator (gh-14)

  * Switched `newTBQueue` and `newTBQueueIO` to accept `Natural` as size (gh-17)

  * Switched `signalTSemN` and `newTSem` to accept `Natural` and `Integer` respectively (gh-17)

v2.4.5.1

Toggle v2.4.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
stm 2.4.5.1

* Fix incorrect bookkeeping of write capacity in `flushTBQueue` (gh-9)

* Avoid redundant `writeTVar`s in `flushTQueue` to avoid unncessarily
  invalidating other transactions (gh-6)

v2.4.5.0

Toggle v2.4.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
stm 2.4.5.0