move to tls 1.2 and connection 0.2

This commit is contained in:
Vincent Hanquez 2014-02-10 00:01:40 +00:00
parent 35190ba4f0
commit 273decaf96

View File

@ -29,8 +29,8 @@ library
other-modules: Network.HaskellNet.SSL.Internal
build-depends: base >= 4 && < 5,
HaskellNet == 0.3.*,
tls == 1.1.*,
connection == 0.1.*,
tls == 1.2.*,
connection == 0.2.*,
network == 2.4.*,
bytestring,
data-default