hasql 1.6.3.3 → 1.6.3.4
raw patch · 1 files changed
+2/−3 lines, 1 filesdep ~bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring
API changes (from Hackage documentation)
Files
- hasql.cabal +2/−3
hasql.cabal view
@@ -1,13 +1,12 @@ cabal-version: 3.0 name: hasql-version: 1.6.3.3+version: 1.6.3.4 category: Hasql, Database, PostgreSQL synopsis: An efficient PostgreSQL driver with a flexible mapping API description: Root of the \"hasql\" ecosystem. For details and tutorials see <https://github.com/nikita-volkov/hasql the readme>.- . The API comes free from all kinds of exceptions. All error-reporting is explicit and is presented using the 'Either' type. homepage: https://github.com/nikita-volkov/hasql@@ -100,7 +99,7 @@ , aeson >=2 && <3 , attoparsec >=0.10 && <0.15 , base >=4.13 && <5- , bytestring >=0.10 && <0.12+ , bytestring >=0.10 && <0.13 , bytestring-strict-builder >=0.4.5.1 && <0.5 , contravariant >=1.3 && <2 , dlist >=0.8 && <0.9 || >=1 && <2