pgmq-effectful 0.1.2.0 → 0.1.3.0
raw patch · 2 files changed
+10/−4 lines, 2 filesdep ~pgmq-coredep ~pgmq-hasqlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pgmq-core, pgmq-hasql
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- pgmq-effectful.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,11 @@ # Revision history for pgmq-effectful +## 0.1.3.0 -- 2026-03-12++### Other Changes++* Update repository homepage URL to shinzui/pgmq-hs+ ## 0.1.2.0 -- 2026-03-03 * Version bump only (no changes)
pgmq-effectful.cabal view
@@ -1,13 +1,13 @@ cabal-version: 3.4 name: pgmq-effectful-version: 0.1.2.0+version: 0.1.3.0 synopsis: Effectful effects for PGMQ (PostgreSQL Message Queue) description: Effectful effects and interpreters for pgmq-hs, a Haskell client library for PGMQ (PostgreSQL Message Queue). Includes OpenTelemetry instrumentation for tracing pgmq operations. -homepage: https://github.com/topagentnetwork/pgmq-hs+homepage: https://github.com/shinzui/pgmq-hs license: MIT license-file: LICENSE author: Nadeem Bitar@@ -55,8 +55,8 @@ , hasql-pool ^>=1.4 , hs-opentelemetry-api >=0.2 && <0.4 , hs-opentelemetry-propagator-w3c >=0.0 && <0.2- , pgmq-core >=0.1.2 && <0.2- , pgmq-hasql >=0.1.2 && <0.2+ , pgmq-core >=0.1.3 && <0.2+ , pgmq-hasql >=0.1.3 && <0.2 , text >=2.0 && <2.2 , unliftio >=0.2 && <0.3 , unordered-containers >=0.2 && <0.3