packages feed

http3 0.0.8 → 0.0.9

raw patch · 3 files changed

+6/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for http3 +## 0.0.9++* Fixing the support for http2 v5.1.+ ## 0.0.8  * Using http2 v5.1.
http3.cabal view
@@ -1,6 +1,6 @@ cabal-version:      2.4 name:               http3-version:            0.0.8+version:            0.0.9 license:            BSD-3-Clause license-file:       LICENSE maintainer:         Kazu Yamamoto <kazu@iij.ad.jp>
util/ClientX.hs view
@@ -47,7 +47,7 @@     cliconf =         H3.ClientConfig             { scheme = "https"-            , authority = C8.pack auxAuthority+            , authority = auxAuthority             }     client sendRequest _aux = loop n0       where