relay-pagination-hasql 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~relay-paginationPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: relay-pagination
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- relay-pagination-hasql.cabal +3/−3
CHANGELOG.md view
@@ -2,6 +2,10 @@ Versioning follows the [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## 0.1.1.0 — 2026-07-24++No package-specific changes.+ ## 0.1.0.0 — 2026-07-16 Initial contents:
relay-pagination-hasql.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: relay-pagination-hasql-version: 0.1.0.0+version: 0.1.1.0 synopsis: Keyset-pagination engine producing Relay connections from hasql queries @@ -52,7 +52,7 @@ , bytestring >=0.11 && <0.13 , hasql >=1.10 && <1.11 , hasql-dynamic-statements >=0.5.1 && <0.6- , relay-pagination ^>=0.1.0.0+ , relay-pagination ^>=0.1.1.0 , text >=2.0 && <2.2 , time >=1.12 && <1.15 , uuid >=1.3 && <1.4@@ -75,7 +75,7 @@ , ephemeral-pg , hasql , hasql-dynamic-statements- , relay-pagination ^>=0.1.0.0+ , relay-pagination ^>=0.1.1.0 , relay-pagination-hasql , tasty , tasty-golden