Skip to content

Commit 3fb93d4

Browse files
Merge pull request #122 from FinleyMcIlwaine/finley/update-http-semantics
Update http-semantics dependency, ver bump up
2 parents 51cfe54 + 56cd83e commit 3fb93d4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.md

+5
Original file line numberDiff line numberDiff line change
@@ -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+
16
## 5.2.3
27

38
* Update for latest http-semantics

http2.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: http2
3-
version: 5.2.3
3+
version: 5.2.4
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto <[email protected]>
@@ -115,7 +115,7 @@ library
115115
bytestring >=0.10,
116116
case-insensitive >=1.2 && <1.3,
117117
containers >=0.6,
118-
http-semantics >= 0.1 && <0.2,
118+
http-semantics >= 0.1.1 && <0.2,
119119
http-types >=0.12 && <0.13,
120120
network >=3.1,
121121
network-byte-order >=0.1.7 && <0.2,

0 commit comments

Comments
 (0)