Skip to content

Commit a54d98a

Browse files
committed
Merge pull request dpwright#4 from vincenthz/master
move to tls 1.2 and connection 0.2
2 parents 35190ba + 273deca commit a54d98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HaskellNet-SSL.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ library
2929
other-modules: Network.HaskellNet.SSL.Internal
3030
build-depends: base >= 4 && < 5,
3131
HaskellNet == 0.3.*,
32-
tls == 1.1.*,
33-
connection == 0.1.*,
32+
tls == 1.2.*,
33+
connection == 0.2.*,
3434
network == 2.4.*,
3535
bytestring,
3636
data-default

0 commit comments

Comments
 (0)