packages feed

hasql-cursor-query 0.4.3.1 → 0.4.4

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~base-preludedep ~hasqlPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base-prelude, hasql

API changes (from Hackage documentation)

Files

hasql-cursor-query.cabal view
@@ -1,7 +1,7 @@ name:   hasql-cursor-query version:-  0.4.3.1+  0.4.4 category:   Hasql, Database, PostgreSQL, Streaming synopsis:@@ -55,7 +55,7 @@     Hasql.CursorQuery   build-depends:     -- database:-    hasql >= 0.19 && < 0.20 || >= 1 && < 1.1,+    hasql >= 0.19 && < 0.20 || >= 1 && < 2,     hasql-transaction >= 0.5 && < 0.6,     hasql-cursor-transaction >= 0.6 && < 0.7,     -- data:@@ -65,7 +65,7 @@     profunctors == 5.*,     contravariant >= 1.3 && < 2,     -- general:-    base-prelude >= 0.1.19 && < 2,+    base-prelude >= 1 && < 2,     base >= 4.6 && < 5