concurrent-extra 0.7.0.11 → 0.7.0.12
raw patch · 1 files changed
+12/−12 lines, 1 filesdep ~HUnitdep ~asyncdep ~randomPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HUnit, async, random, stm, test-framework, test-framework-hunit, unbounded-delays
API changes (from Hackage documentation)
Files
- concurrent-extra.cabal +12/−12
concurrent-extra.cabal view
@@ -1,5 +1,5 @@ name: concurrent-extra-version: 0.7.0.11+version: 0.7.0.12 cabal-version: >= 1.8 build-type: Simple stability: experimental@@ -50,9 +50,9 @@ ------------------------------------------------------------------------------- library- build-depends: base >= 3 && < 5- , stm >= 2.1.2.1 && < 2.5- , unbounded-delays >= 0.1 && < 0.2+ build-depends: base >= 3 && < 5+ , stm >= 2.1.2.1+ , unbounded-delays >= 0.1 exposed-modules: Control.Concurrent.Lock , Control.Concurrent.STM.Lock , Control.Concurrent.RLock@@ -79,13 +79,13 @@ ghc-options: -Wall -threaded - build-depends: base >= 3 && < 5- , stm >= 2.1.2.1 && < 2.5- , unbounded-delays >= 0.1 && < 0.2- , HUnit >= 1.2.2 && < 1.7- , random >= 1.0 && < 1.2- , test-framework >= 0.2.4 && < 0.9- , test-framework-hunit >= 0.2.4 && < 0.4- , async >= 2.0 && < 2.2+ build-depends: base >= 3 && < 5+ , stm >= 2.1.2.1+ , unbounded-delays >= 0.1+ , HUnit >= 1.2.2+ , random >= 1.0+ , test-framework >= 0.2.4+ , test-framework-hunit >= 0.2.4+ , async >= 2.0 -------------------------------------------------------------------------------