packages feed

pqi 1.0.0.2 → 1.0.0.3

raw patch · 2 files changed

+7/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# v1.0.0.3++Doc corrections.+ # v1.0.0.2  Release process fixes.
pqi.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: pqi-version: 1.0.0.2+version: 1.0.0.3 category: Database, PostgreSQL synopsis: Driver-agnostic interface to the PostgreSQL libpq API description:@@ -9,10 +9,10 @@   instead of a single concrete type tied to @libpq@. This lets callers   program against one interface and pick an adapter package to construct it: -  * [@pqi-ffi@](https://hackage.haskell.org/package/pqi-ffi) — a thin adapter backed by the C @libpq@ library via+  * [@pqi-ffi@](https://hackage.haskell.org/package/pqi-ffi) - a thin adapter backed by the C @libpq@ library via     [@postgresql-libpq@](https://hackage.haskell.org/package/postgresql-libpq). -  * [@pqi-native@](https://hackage.haskell.org/package/pqi-native) — a pure-Haskell adapter that speaks the PostgreSQL wire+  * [@pqi-native@](https://hackage.haskell.org/package/pqi-native) - a pure-Haskell adapter that speaks the PostgreSQL wire     protocol directly. __Alpha__, and fully interchangeable with @pqi-ffi@: switching between them     is a one-line @Adapter@ change.