packages feed

pgmq-hasql 0.1.3.0 → 0.2.0.0

raw patch · 2 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: pgmq-core

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,11 @@ # Revision history for pgmq-hasql +## 0.2.0.0 -- 2026-04-23++* Version bump only — coordinated release with pgmq-effectful 0.2.0.0.+  No source-level changes since 0.1.3.0.+* Bumped `pgmq-core` dependency bound to `>=0.2 && <0.3`.+ ## 0.1.3.0 -- 2026-03-12  ### Other Changes
pgmq-hasql.cabal view
@@ -1,6 +1,6 @@ cabal-version:   3.4 name:            pgmq-hasql-version:         0.1.3.0+version:         0.2.0.0 synopsis:        Hasql-based client for PGMQ (PostgreSQL Message Queue) description:   A Haskell client library for PGMQ (PostgreSQL Message Queue) built@@ -57,7 +57,7 @@     , hasql              ^>=1.10     , hasql-transaction  ^>=1.2     , lens               ^>=5.3-    , pgmq-core          >=0.1.3 && <0.2+    , pgmq-core          >=0.2   && <0.3     , template-haskell   >=2.20  && <3     , text               ^>=2.1     , time               ^>=1.14