Update network dependency to include versions < 2.7
This commit is contained in:
parent
e9fa5a6d6b
commit
9751145745
@ -31,6 +31,6 @@ library
|
|||||||
HaskellNet >= 0.3 && < 0.5,
|
HaskellNet >= 0.3 && < 0.5,
|
||||||
tls == 1.2.*,
|
tls == 1.2.*,
|
||||||
connection == 0.2.*,
|
connection == 0.2.*,
|
||||||
network >= 2.4 && < 2.6,
|
network >= 2.4 && < 2.7,
|
||||||
bytestring,
|
bytestring,
|
||||||
data-default
|
data-default
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user