http3 0.1.2 → 0.1.3
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~quicdep ~tlsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: quic, tls
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- http3.cabal +5/−5
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for http3 +## 0.1.3++* Using quic v0.3.+ ## 0.1.2 * Updating dependencies.
http3.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: http3-version: 0.1.2+version: 0.1.3 license: BSD-3-Clause license-file: LICENSE maintainer: Kazu Yamamoto <kazu@iij.ad.jp>@@ -31,7 +31,7 @@ source-repository head type: git- location: http3://github.com/kazu-yamamoto/http3+ location: https://github.com/kazu-yamamoto/http3 flag devel description: Development commands@@ -89,7 +89,7 @@ network-byte-order, network-control >= 0.1.7 && <0.2, psqueues,- quic >= 0.2.21 && < 0.3,+ quic >= 0.3.0 && < 0.4, sockaddr, stm, time-manager >= 0.2.3 && <0.4,@@ -115,7 +115,7 @@ http2, http3, quic,- tls >=2.1.10 && <2.2,+ tls >=2.1.10 && <2.3, tls-session-manager if flag(devel)@@ -142,7 +142,7 @@ http-types, http3, quic,- tls >=2.1.10 && <2.2,+ tls >=2.1.10 && <2.3, unix-time if flag(devel)