Skip to content

Commit af31488

Browse files
author
Viktor Fredslund-Hansen
committed
Bump version of dependencies in constraints.
1 parent 629ce2d commit af31488

File tree

11 files changed

+24
-27
lines changed

11 files changed

+24
-27
lines changed

bench-tool/bench-tool.cabal

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.34.6.
3+
-- This file has been generated from package.yaml by hpack version 0.35.0.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: e2c0b94f518b929cef4b5d01f972bc4e25cde9360b6bcc532730e62dea7187a5
7+
-- hash: 0c2988657eb0fb11bf40db6480adf1974e85fc19f0631ae2e22b42456a0316c5
88

99
name: bench-tool
1010
version: 0.4.0.1
@@ -40,11 +40,11 @@ library
4040
async >=2.2.1 && <3
4141
, base >=4.10 && <5
4242
, binary >=0.8.5 && <0.9
43-
, bytestring >=0.10.8 && <0.11
43+
, bytestring >=0.10.8 && <0.12
4444
, case-insensitive >=1.2.0 && <1.3
4545
, containers
4646
, http-types ==0.12.*
47-
, http2 >=1.6 && <3
47+
, http2 >=1.6 && <3.0.4
4848
, http2-client
4949
, http2-client-grpc
5050
, http2-grpc-proto-lens
@@ -76,11 +76,11 @@ executable bench-tool-exe
7676
, base >=4.10 && <5
7777
, bench-tool
7878
, binary >=0.8.5 && <0.9
79-
, bytestring >=0.10.8 && <0.11
79+
, bytestring >=0.10.8 && <0.12
8080
, case-insensitive >=1.2.0 && <1.3
8181
, containers
8282
, http-types ==0.12.*
83-
, http2 >=1.6 && <3
83+
, http2 >=1.6 && <3.0.4
8484
, http2-client
8585
, http2-client-grpc
8686
, http2-grpc-proto-lens

bench-tool/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ dependencies:
1919
- base >= 4.10 && < 5
2020
- async >= 2.2.1 && < 3
2121
- binary >= 0.8.5 && < 0.9
22-
- bytestring >= 0.10.8 && < 0.11
22+
- bytestring >= 0.10.8 && < 0.12
2323
- case-insensitive >= 1.2.0 && < 1.3
24-
- http2 >= 1.6 && < 3
24+
- http2 >= 1.6 && < 3.0.4
2525
- http2-grpc-types >= 0.5 && < 0.6
2626
- http-types >= 0.12 && < 0.13
2727
- unliftio-core >= 0.1 && < 0.3

http2-client-grpc/http2-client-grpc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ library
2020
build-depends: base >= 4.10 && < 5
2121
, async >= 2.2 && < 2.3
2222
, binary >= 0.8 && < 0.9
23-
, bytestring >= 0.10.8 && < 0.11
23+
, bytestring >= 0.10.8 && < 0.11.4
2424
, case-insensitive >= 1.2.0 && < 1.3
2525
, data-default-class >= 0.1 && <0.2
2626
, lifted-async >= 0.10 && < 0.11

http2-grpc-proto-lens/http2-grpc-proto-lens.cabal

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.31.2.
3+
-- This file has been generated from package.yaml by hpack version 0.35.0.
44
--
55
-- see: https://github.com/sol/hpack
6-
--
7-
-- hash: 57a4f4c88bc0fead3bcfeb0a5ceb013176d1102a131d797f0d2273d03db1c760
86

97
name: http2-grpc-proto-lens
108
version: 0.1.0.0
@@ -38,7 +36,7 @@ library
3836
build-depends:
3937
base >=4.10 && <5
4038
, binary >=0.8.5 && <0.11
41-
, bytestring >=0.10.8 && <0.11
39+
, bytestring >=0.10.8 && <0.11.4
4240
, case-insensitive >=1.2.0 && <1.3
4341
, http2-grpc-types
4442
, proto-lens >=0.5 && <0.8

http2-grpc-proto-lens/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323
- base >= 4.10 && < 5
2424
- http2-grpc-types
2525
- binary >= 0.8.5 && < 0.11
26-
- bytestring >= 0.10.8 && < 0.11
26+
- bytestring >= 0.10.8 && < 0.11.4
2727
- case-insensitive >= 1.2.0 && < 1.3
2828
- zlib >= 0.6.2 && < 0.7
2929
- proto-lens >= 0.5 && < 0.8

http2-grpc-proto3-wire/http2-grpc-proto3-wire.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.33.0.
3+
-- This file has been generated from package.yaml by hpack version 0.35.0.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 7dc4b2158bfca69e18262ad3e9432df60c5ae0d5be20324954b66b51420750a4
7+
-- hash: 40b388434b02840585a305d65819267509ffb838a91165a99b8ba5ca305e2e52
88

99
name: http2-grpc-proto3-wire
1010
version: 0.1.0.1
@@ -38,9 +38,9 @@ library
3838
build-depends:
3939
base >=4.10 && <5
4040
, binary >=0.8.5 && <0.11
41-
, bytestring >=0.10.8 && <0.11
41+
, bytestring >=0.10.8 && <=0.11.4
4242
, case-insensitive >=1.2.0 && <1.3
4343
, http2-grpc-types
44-
, proto3-wire >=1 && <=1.1
44+
, proto3-wire >=1 && <=1.4.0
4545
, zlib >=0.6.2 && <0.7
4646
default-language: Haskell2010

http2-grpc-proto3-wire/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ dependencies:
2323
- base >= 4.10 && < 5
2424
- http2-grpc-types
2525
- binary >= 0.8.5 && < 0.11
26-
- bytestring >= 0.10.8 && < 0.11
26+
- bytestring >= 0.10.8 && <= 0.11.4
2727
- case-insensitive >= 1.2.0 && < 1.3
2828
- zlib >= 0.6.2 && < 0.7
29-
- proto3-wire >= 1 && <= 1.1
29+
- proto3-wire >= 1 && <= 1.4.0
3030

3131
library:
3232
source-dirs: src

http2-grpc-types/http2-grpc-types.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.31.2.
3+
-- This file has been generated from package.yaml by hpack version 0.35.0.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: d6b648c1e4df6998a88b402927190c2ea0d5ee85a34c705a89096e0f1b6ab308
7+
-- hash: d9fb612c6f830d394ae0d81228fd2a7f516ae9c08c9dc597501443917add817e
88

99
name: http2-grpc-types
1010
version: 0.5.0.0
@@ -39,7 +39,7 @@ library
3939
build-depends:
4040
base >=4.10 && <5
4141
, binary >=0.8.5 && <0.11
42-
, bytestring >=0.10.8 && <0.11
42+
, bytestring >=0.10.8 && <0.11.4
4343
, case-insensitive >=1.2.0 && <1.3
4444
, zlib >=0.6.2 && <0.7
4545
default-language: Haskell2010

http2-grpc-types/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ description: Please see the README on GitHub at <https://github.com/hask
2222
dependencies:
2323
- base >= 4.10 && < 5
2424
- binary >= 0.8.5 && < 0.11
25-
- bytestring >= 0.10.8 && < 0.11
25+
- bytestring >= 0.10.8 && < 0.11.4
2626
- case-insensitive >= 1.2.0 && < 1.3
2727
- zlib >= 0.6.2 && < 0.7
2828

stack-20.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
resolver: lts-20.4
2-
allow-newer: true
32
packages:
43
- http2-grpc-types
54
- http2-grpc-proto-lens

0 commit comments

Comments
 (0)