packages feed

pqi-native 1.0.0.1 → 1.0.1.0

raw patch · 2 files changed

+8/−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,9 @@+# v1.0.1.0++## Non-breaking++- Picked up `pqi` 1.1.0.0, which renamed `Notify`'s fields to `notifyRelname`/`notifyBePid`/`notifyExtra` to match `postgresql-libpq`+ # v1.0.0.1  Doc corrections.
pqi-native.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: pqi-native-version: 1.0.0.1+version: 1.0.1.0 category: Database, PostgreSQL synopsis: Native (pure-Haskell) adapter for pqi description:@@ -139,7 +139,7 @@     bytestring >=0.10 && <0.13,     containers >=0.6 && <0.9,     crypton >=0.34 && <2,-    pqi ^>=1.0,+    pqi ^>=1.1,     pqi-native:transport,     ptr-peeker ^>=0.2,     ptr-poker ^>=0.1.3,