hasql-cursor-query 0.4.5.1 → 0.4.5.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hasqlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hasql
API changes (from Hackage documentation)
Files
- hasql-cursor-query.cabal +2/−2
hasql-cursor-query.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: hasql-cursor-query-version: 0.4.5.1+version: 0.4.5.2 category: Hasql, Database, PostgreSQL, Streaming synopsis: A declarative abstraction over PostgreSQL Cursor homepage: https://github.com/nikita-volkov/hasql-cursor-query@@ -90,7 +90,7 @@ bytestring >=0.10 && <0.14, contravariant >=1.3 && <2, foldl >1 && <2,- hasql >=1.8 && <1.9,+ hasql >=1.8 && <1.10, hasql-cursor-transaction >=0.6 && <0.7, hasql-transaction >=1.1 && <1.2, profunctors >=5 && <6,