http2-tls 0.2.9 → 0.2.10
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~http2PVP ok
version bump matches the API change (PVP)
Dependency ranges changed: http2
API changes (from Hackage documentation)
Files
- http2-tls.cabal +2/−2
http2-tls.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: http2-tls-version: 0.2.9+version: 0.2.10 license: BSD3 license-file: LICENSE maintainer: Kazu Yamamoto <kazu@iij.ad.jp>@@ -41,7 +41,7 @@ build-depends: base >=4.9 && <5, bytestring >=0.10,- http2 >=5.1 && <5.2,+ http2 >=5.1 && <5.3, data-default-class >=0.1 && <0.2, network >=3.1.4, time-manager >=0.0.1 && <0.1,