packages feed

hasql 1.4.4.1 → 1.4.4.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~dlistPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dlist

API changes (from Hackage documentation)

Files

hasql.cabal view
@@ -1,5 +1,5 @@ name: hasql-version: 1.4.4.1+version: 1.4.4.2 category: Hasql, Database, PostgreSQL synopsis: An efficient PostgreSQL driver with a flexible mapping API description:@@ -61,7 +61,7 @@     bytestring-strict-builder >=0.4.5.1 && <0.5,     contravariant >=1.3 && <2,     contravariant-extras ==0.3.*,-    dlist >=1 && <2,+    dlist ==0.8.* || >=1 && <2,     hashable >=1.2 && <2,     hashtables >=1.1 && <2,     loch-th ==0.2.*,