Skip to content

Commit 2fa3d1b

Browse files
committed
ver bumps up
1 parent 618c475 commit 2fa3d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

http2.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: >=1.10
22
name: http2
3-
version: 5.3.11
3+
version: 5.4.0
44
license: BSD3
55
license-file: LICENSE
66
maintainer: Kazu Yamamoto <[email protected]>
@@ -114,14 +114,14 @@ library
114114
bytestring >=0.10,
115115
case-insensitive >=1.2 && <1.3,
116116
containers >=0.6,
117-
http-semantics >= 0.3.1 && <0.4,
117+
http-semantics >= 0.4 && <0.5,
118118
http-types >=0.12 && <0.13,
119119
iproute >= 1.7 && < 1.8,
120120
network >=3.1,
121121
network-byte-order >=0.1.7 && <0.2,
122122
network-control >=0.1 && <0.2,
123123
stm >=2.5 && <2.6,
124-
time-manager >=0.2 && <0.4,
124+
time-manager >=0.2.3 && <0.4,
125125
unix-time >=0.4.11 && <0.5,
126126
utf8-string >=1.0 && <1.1
127127

0 commit comments

Comments
 (0)