We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618c475 commit 2fa3d1bCopy full SHA for 2fa3d1b
http2.cabal
@@ -1,6 +1,6 @@
1
cabal-version: >=1.10
2
name: http2
3
-version: 5.3.11
+version: 5.4.0
4
license: BSD3
5
license-file: LICENSE
6
maintainer: Kazu Yamamoto <[email protected]>
@@ -114,14 +114,14 @@ library
114
bytestring >=0.10,
115
case-insensitive >=1.2 && <1.3,
116
containers >=0.6,
117
- http-semantics >= 0.3.1 && <0.4,
+ http-semantics >= 0.4 && <0.5,
118
http-types >=0.12 && <0.13,
119
iproute >= 1.7 && < 1.8,
120
network >=3.1,
121
network-byte-order >=0.1.7 && <0.2,
122
network-control >=0.1 && <0.2,
123
stm >=2.5 && <2.6,
124
- time-manager >=0.2 && <0.4,
+ time-manager >=0.2.3 && <0.4,
125
unix-time >=0.4.11 && <0.5,
126
utf8-string >=1.0 && <1.1
127
0 commit comments