mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-30 11:16:04 +03:00
Support for inet
data type. Changed upper bound version of postgresql-binary and network-ip.
This commit is contained in:
parent
7d07722d18
commit
19df81bd79
@ -74,7 +74,7 @@ library
|
|||||||
-- parsing:
|
-- parsing:
|
||||||
attoparsec >= 0.10 && < 0.14,
|
attoparsec >= 0.10 && < 0.14,
|
||||||
-- database:
|
-- database:
|
||||||
postgresql-binary >= 0.10 && < 1,
|
postgresql-binary >= 0.10 && < 0.11,
|
||||||
postgresql-libpq == 0.9.*,
|
postgresql-libpq == 0.9.*,
|
||||||
-- builders:
|
-- builders:
|
||||||
bytestring-tree-builder >= 0.2.5 && < 0.3,
|
bytestring-tree-builder >= 0.2.5 && < 0.3,
|
||||||
@ -89,7 +89,7 @@ library
|
|||||||
text >= 1 && < 2,
|
text >= 1 && < 2,
|
||||||
bytestring >= 0.10 && < 0.11,
|
bytestring >= 0.10 && < 0.11,
|
||||||
hashable >= 1.2 && < 1.3,
|
hashable >= 1.2 && < 1.3,
|
||||||
network-ip >= 0.2 && < 1,
|
network-ip >= 0.2 && < 0.4,
|
||||||
-- control:
|
-- control:
|
||||||
semigroups >= 0.18 && < 0.20,
|
semigroups >= 0.18 && < 0.20,
|
||||||
data-default-class >= 0.0.1 && < 0.2,
|
data-default-class >= 0.0.1 && < 0.2,
|
||||||
|
Loading…
Reference in New Issue
Block a user