packages feed

effectful-poolboy 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+8/−3 lines, 2 filesdep ~effectful-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: effectful-core

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,8 @@+## 0.1.0.1++* Allow effectful-core 2.7+* Test with GHC 9.12.4 and 9.14.1+ ## 0.1.0.0  * Initial version
effectful-poolboy.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                effectful-poolboy-version:             0.1.0.0+version:             0.1.0.1 author:              Gautier DI FOLCO maintainer:          foss@difolco.dev category:            Data@@ -10,7 +10,7 @@ synopsis:            Simple work queue for bounded concurrency (effectful wrapper) description:         In-memory work queue helping with load management (effectful wrapper). Homepage:            https://github.com/blackheaven/poolboy-tested-with:         GHC==9.10.4+tested-with:         GHC == { 9.12.4, 9.14.1 }  extra-source-files:     CHANGELOG.md@@ -20,7 +20,7 @@   build-depends:       base >= 4.2 && <5     , async == 2.*-    , effectful-core >= 2.3.0.0 && < 2.7+    , effectful-core >= 2.3.0.0 && < 2.8     , poolboy >= 0.5.0.0 && <0.6   hs-source-dirs: src   exposed-modules: