packages feed

hasql-transaction 1.2.3.0 → 1.2.3.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~pqiPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: pqi

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# v1.2.3.1++- Update test dependencies+ # v1.2.3.0  ## Non-breaking
hasql-transaction.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql-transaction-version: 1.2.3.0+version: 1.2.3.1 category: Hasql, Database, PostgreSQL synopsis:   Composable abstraction over retryable transactions for Hasql@@ -122,7 +122,7 @@     hasql,     hasql-transaction,     hspec >=2.6 && <3,-    pqi ^>=1.0,+    pqi ^>=1.1,     pqi-ffi ^>=1.0,     pqi-native ^>=1.0,     rerebase >=1.11 && <2,