packages feed

poolboy 0.5.0.0 → 0.5.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+## 0.5.0.1++* Test with GHC 9.12.4 and 9.14.1+ ## 0.5.0.0  * Add helpers on `WorkQueue` and `PoolboySettings` in `Data.Poolboy`
poolboy.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                poolboy-version:             0.5.0.0+version:             0.5.0.1 author:              Gautier DI FOLCO maintainer:          foss@difolco.dev category:            Data@@ -10,7 +10,7 @@ synopsis:            Simple work queue for bounded concurrency description:         In-memory work queue helping with load management. Homepage:            https://github.com/blackheaven/poolboy-tested-with:         GHC==9.10.3+tested-with:         GHC == { 9.12.4, 9.14.1 }  extra-source-files:     CHANGELOG.md