Bump tls version dep, after having verified it worked with tls-1.3.*
This commit is contained in:
parent
ec5c163e7a
commit
35c03e8f84
@ -42,7 +42,7 @@ library
|
|||||||
else
|
else
|
||||||
build-depends: base >= 4 && < 5,
|
build-depends: base >= 4 && < 5,
|
||||||
HaskellNet >= 0.3 && < 0.5,
|
HaskellNet >= 0.3 && < 0.5,
|
||||||
tls == 1.2.*,
|
tls >= 1.2 && < 1.4,
|
||||||
connection == 0.2.*,
|
connection == 0.2.*,
|
||||||
network >= 2.4 && < 2.7,
|
network >= 2.4 && < 2.7,
|
||||||
bytestring,
|
bytestring,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user