Merge pull request #4 from vincenthz/master

move to tls 1.2 and connection 0.2
This commit is contained in:
Daniel P. Wright 2014-02-10 09:06:16 +09:00
commit a54d98a166

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