Skip to content

Commit 74bf42a

Browse files
committed
Allow network-transport-quic to build with tls-2.4
1 parent 322a3a7 commit 74bf42a

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.4
6666
, stm >=2.4 && <2.6
67-
, tls >= 2.1 && < 2.4
67+
, tls >= 2.1 && < 2.5
6868
, tls-session-manager >= 0.0.5 && <0.2
6969
exposed-modules: Network.Transport.QUIC
7070
Network.Transport.QUIC.Internal

0 commit comments

Comments
 (0)