pgmq-hasql 0.1.1.0 → 0.1.2.0
raw patch · 2 files changed
+6/−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 +4/−0
- pgmq-hasql.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for pgmq-hasql +## 0.1.2.0 -- 2026-03-03++* Version bump only (no changes)+ ## 0.1.1.0 -- 2026-02-23 ### New Features
pgmq-hasql.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: pgmq-hasql-version: 0.1.1.0+version: 0.1.2.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.1 && <0.2+ , pgmq-core >=0.1.2 && <0.2 , template-haskell >=2.20 && <3 , text ^>=2.1 , time ^>=1.14