Support for inet data type. Changed upper bound version of postgresql-binary and network-ip.

This commit is contained in:
Rik van der Kleij 2017-03-14 16:42:02 +01:00
parent 7d07722d18
commit 19df81bd79

View File

@ -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,