packages feed

async-pool 0.9.0.1 → 0.9.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~asyncdep ~basedep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: async, base, containers, fgl, stm, transformers, transformers-base

API changes (from Hackage documentation)

Files

async-pool.cabal view
@@ -1,5 +1,5 @@ Name:           async-pool-Version:        0.9.0.1+Version:        0.9.0.2 Synopsis:       A modified version of async that supports worker groups and many-to-many task dependencies License-file:   LICENSE License:        MIT@@ -20,7 +20,7 @@     default-language: Haskell98     ghc-options:      -Wall     build-depends:-        base >= 3 && < 4.10+        base >= 3 && < 4.11       , fgl       , async       , stm