packages feed

poolboy 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP: minor bump suggested

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Data.Poolboy: data WorkQueue

Files

poolboy.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                poolboy-version:             0.1.0.0+version:             0.1.0.1 author:              Gautier DI FOLCO maintainer:          gautier.difolco@gmail.com category:            Data@@ -8,7 +8,7 @@ license:             ISC license-file:        LICENSE synopsis:            Simple work queue for bounded concurrency-description:         In-memory work queue with helping with load management.+description:         In-memory work queue helping with load management. Homepage:            https://github.com/blackheaven/poolboy tested-with:         GHC==9.2.4 
src/Data/Poolboy.hs view
@@ -7,6 +7,7 @@     simpleSerializedLogger,      -- * Running+    WorkQueue,     withPoolboy,     newPoolboy,     stopWorkQueue,