We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eb3db3 commit 322a3a7Copy full SHA for 322a3a7
packages/network-transport-quic/network-transport-quic.cabal
@@ -62,10 +62,10 @@ library
62
-- Prior to version 0.2.20, `quic` had issues with handling
63
-- pending data in the stream buffer. This meant that vectored
64
-- message sends did not work correctly at the transport layer
65
- , quic >=0.2.20 && <0.3
+ , quic >=0.2.20 && <0.4
66
, stm >=2.4 && <2.6
67
- , tls >= 2.1 && < 2.3
68
- , tls-session-manager >= 0.0.5 && <0.1
+ , tls >= 2.1 && < 2.4
+ , tls-session-manager >= 0.0.5 && <0.2
69
exposed-modules: Network.Transport.QUIC
70
Network.Transport.QUIC.Internal
71
other-modules: Network.Transport.QUIC.Internal.Configuration
0 commit comments