We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51cfe54 + 56cd83e commit 3fb93d4Copy full SHA for 3fb93d4
ChangeLog.md
@@ -1,3 +1,8 @@
1
+## 5.2.4
2
+
3
+* Update for latest http-semantics
4
+ [#122](https://github.com/kazu-yamamoto/http2/pull/122)
5
6
## 5.2.3
7
8
* Update for latest http-semantics
http2.cabal
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: http2
-version: 5.2.3
+version: 5.2.4
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto <[email protected]>
@@ -115,7 +115,7 @@ library
115
bytestring >=0.10,
116
case-insensitive >=1.2 && <1.3,
117
containers >=0.6,
118
- http-semantics >= 0.1 && <0.2,
+ http-semantics >= 0.1.1 && <0.2,
119
http-types >=0.12 && <0.13,
120
network >=3.1,
121
network-byte-order >=0.1.7 && <0.2,
0 commit comments