Update network dependency to include versions < 2.7

This commit is contained in:
Daniel P. Wright 2014-10-23 10:01:05 +09:00
parent e9fa5a6d6b
commit 9751145745

View File

@ -31,6 +31,6 @@ library
HaskellNet >= 0.3 && < 0.5,
tls == 1.2.*,
connection == 0.2.*,
network >= 2.4 && < 2.6,
network >= 2.4 && < 2.7,
bytestring,
data-default