mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-12-26 20:12:09 +03:00
Merge patch into master
This commit is contained in:
commit
b8d95d594b
@ -1,6 +1,6 @@
|
|||||||
cabal-version: 3.0
|
cabal-version: 3.0
|
||||||
name: hasql
|
name: hasql
|
||||||
version: 1.6.3.3
|
version: 1.6.3.4
|
||||||
category: Hasql, Database, PostgreSQL
|
category: Hasql, Database, PostgreSQL
|
||||||
synopsis: An efficient PostgreSQL driver with a flexible mapping API
|
synopsis: An efficient PostgreSQL driver with a flexible mapping API
|
||||||
description:
|
description:
|
||||||
@ -99,7 +99,7 @@ library
|
|||||||
, aeson >=2 && <3
|
, aeson >=2 && <3
|
||||||
, attoparsec >=0.10 && <0.15
|
, attoparsec >=0.10 && <0.15
|
||||||
, base >=4.13 && <5
|
, base >=4.13 && <5
|
||||||
, bytestring >=0.10 && <0.12
|
, bytestring >=0.10 && <0.13
|
||||||
, bytestring-strict-builder >=0.4.5.1 && <0.5
|
, bytestring-strict-builder >=0.4.5.1 && <0.5
|
||||||
, contravariant >=1.3 && <2
|
, contravariant >=1.3 && <2
|
||||||
, dlist >=0.8 && <0.9 || >=1 && <2
|
, dlist >=0.8 && <0.9 || >=1 && <2
|
||||||
|
Loading…
Reference in New Issue
Block a user