Bump tls version dep, after having verified it worked with tls-1.3.*

This commit is contained in:
Dan Aloni 2015-09-25 20:02:27 +03:00
parent ec5c163e7a
commit 35c03e8f84

View File

@ -42,7 +42,7 @@ library
else
build-depends: base >= 4 && < 5,
HaskellNet >= 0.3 && < 0.5,
tls == 1.2.*,
tls >= 1.2 && < 1.4,
connection == 0.2.*,
network >= 2.4 && < 2.7,
bytestring,