packages feed

hasql 1.5 → 1.5.0.1

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~textdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text, transformers

API changes (from Hackage documentation)

Files

hasql.cabal view
@@ -1,5 +1,5 @@ name: hasql-version: 1.5+version: 1.5.0.1 category: Hasql, Database, PostgreSQL synopsis: An efficient PostgreSQL driver with a flexible mapping API description:@@ -66,9 +66,9 @@     postgresql-binary >=0.12.4 && <0.13,     postgresql-libpq ==0.9.*,     profunctors >=5.1 && <6,-    text >=1 && <2,+    text >=1 && <3,     text-builder >=0.6.1.2 && <0.7,-    transformers >=0.3 && <0.6,+    transformers >=0.3 && <0.7,     vector >=0.10 && <0.13  test-suite tasty