packages feed

speculation 1.4.1.1 → 1.4.1.2

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~stmPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: stm

API changes (from Hackage documentation)

Files

speculation.cabal view
@@ -1,5 +1,5 @@ name:           speculation-version:        1.4.1.1+version:        1.4.1.2 license:        BSD3 license-file:   LICENSE author:         Edward A. Kmett@@ -49,7 +49,7 @@  > foreground:                 [---- f a ----]  > spark:         [---- f g ----######         (#'s mark when this spark is collectable)  > overall:    [--------- spec g f a --------]- . + .  Under high load:  .  > foreground: [----- a -----]@@ -87,7 +87,7 @@     ghc-prim,     tag-bits     >= 0.1 && < 0.2,     transformers >= 0.2.2.0 && < 0.4,-    stm          >= 2.1 && < 2.4+    stm          >= 2.1 && < 2.5    exposed-modules:     Control.Concurrent.Speculation