Skip to content

Commit 0eb3db3

Browse files
committed
Allow tls-2.2 in network-transport-quic
1 parent f53a055 commit 0eb3db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/network-transport-quic/network-transport-quic.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464
-- message sends did not work correctly at the transport layer
6565
, quic >=0.2.20 && <0.3
6666
, stm >=2.4 && <2.6
67-
, tls >= 2.1 && < 2.2
67+
, tls >= 2.1 && < 2.3
6868
, tls-session-manager >= 0.0.5 && <0.1
6969
exposed-modules: Network.Transport.QUIC
7070
Network.Transport.QUIC.Internal

0 commit comments

Comments
 (0)