mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-23 02:35:33 +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:
|
||||
attoparsec >= 0.10 && < 0.14,
|
||||
-- database:
|
||||
postgresql-binary >= 0.10 && < 1,
|
||||
postgresql-binary >= 0.10 && < 0.11,
|
||||
postgresql-libpq == 0.9.*,
|
||||
-- builders:
|
||||
bytestring-tree-builder >= 0.2.5 && < 0.3,
|
||||
@ -89,7 +89,7 @@ library
|
||||
text >= 1 && < 2,
|
||||
bytestring >= 0.10 && < 0.11,
|
||||
hashable >= 1.2 && < 1.3,
|
||||
network-ip >= 0.2 && < 1,
|
||||
network-ip >= 0.2 && < 0.4,
|
||||
-- control:
|
||||
semigroups >= 0.18 && < 0.20,
|
||||
data-default-class >= 0.0.1 && < 0.2,
|
||||
|
Loading…
Reference in New Issue
Block a user