Skip to content

Commit 6b0bfa2

Browse files
committed
Bump to Hpack 0.36.0
1 parent 468d34b commit 6b0bfa2

File tree

8 files changed

+17
-15
lines changed

8 files changed

+17
-15
lines changed

ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Behavior changes:
1616

1717
Other enhancements:
1818

19+
* Bump to Hpack 0.36.0.
20+
1921
Bug fixes:
2022

2123
* Restore message suffix `due to warnings` with `dump-logs: warning` (broken

cabal.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ constraints:
9090
, hi-file-parser ==0.1.4.0
9191
, hinotify ==0.4.1
9292
, hourglass ==0.2.12
93-
, hpack ==0.35.5
93+
, hpack ==0.36.0
9494
, hpc ==0.6.1.0
9595
, http-api-data ==0.5
9696
, http-client ==0.7.14

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies:
8484
- generic-deriving
8585
- ghc-boot
8686
- hi-file-parser >= 0.1.4.0
87-
- hpack >= 0.35.3
87+
- hpack >= 0.36.0
8888
- hpc
8989
- http-client
9090
- http-client-tls >= 0.3.6.2

stack-ghc-9.6.2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# built with GHC 9.6.2.
33

44
# GHC 9.6.2
5-
resolver: nightly-2023-09-16
5+
resolver: nightly-2023-09-22
66

77
extra-deps:
88
- rio-prettyprint-0.1.7.0@sha256:4f0f2dabcbc3be1f9871de7c2ff3d090b82462ca5924afa24f7b2540c5511d84,1428

stack-ghc-9.6.2.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages:
1313
hackage: rio-prettyprint-0.1.7.0@sha256:4f0f2dabcbc3be1f9871de7c2ff3d090b82462ca5924afa24f7b2540c5511d84,1428
1414
snapshots:
1515
- completed:
16-
sha256: a25fd287afcd300f35a2019a03c990169f7507ae0f43dfec763062c9ad891193
17-
size: 667855
18-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/9/16.yaml
19-
original: nightly-2023-09-16
16+
sha256: 93137bc0122de394fa2c43e933971b2996cd7dc600989b721ad971810b9a2f3f
17+
size: 669537
18+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2023/9/22.yaml
19+
original: nightly-2023-09-22

stack.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ library
359359
, generic-deriving
360360
, ghc-boot
361361
, hi-file-parser >=0.1.4.0
362-
, hpack >=0.35.3
362+
, hpack >=0.36.0
363363
, hpc
364364
, http-client
365365
, http-client-tls >=0.3.6.2
@@ -477,7 +477,7 @@ executable stack
477477
, generic-deriving
478478
, ghc-boot
479479
, hi-file-parser >=0.1.4.0
480-
, hpack >=0.35.3
480+
, hpack >=0.36.0
481481
, hpc
482482
, http-client
483483
, http-client-tls >=0.3.6.2
@@ -574,7 +574,7 @@ executable stack-integration-test
574574
, generic-deriving
575575
, ghc-boot
576576
, hi-file-parser >=0.1.4.0
577-
, hpack >=0.35.3
577+
, hpack >=0.36.0
578578
, hpc
579579
, hspec
580580
, http-client
@@ -687,7 +687,7 @@ test-suite stack-unit-test
687687
, generic-deriving
688688
, ghc-boot
689689
, hi-file-parser >=0.1.4.0
690-
, hpack >=0.35.3
690+
, hpack >=0.36.0
691691
, hpc
692692
, hspec
693693
, http-client

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ extra-deps:
1414
- crypton-x509-system-1.6.7@sha256:023ed573d82983bc473a37a89e0434a085b413be9f68d07e085361056afd4637,1532
1515
- crypton-x509-validation-1.6.12@sha256:85989721b64be4b90de9f66ef641c26f57575cffed1a50d707065fb60176f386,2227
1616
# lts-21.12 specifies hpack-0.35.2
17-
- hpack-0.35.5@sha256:22b46f28b53ec6fb2d05517b569a74b8b3e5e8c2e89c6b7ca25b345af62f22fa,5119
17+
- hpack-0.36.0@sha256:c2daa6556afc57367a5d1dbd878bf515d442d201e24b27473051359abd47ed08,5187
1818
- http-client-tls-0.3.6.3@sha256:a5909ce412ee65c141b8547f8fe22236f175186c95c708e86a46b5547394f910,2046
1919
- http-download-0.2.1.0@sha256:a97863e96f7d44efc3d0e3061db7fe2540b8374ca44ae90d0b56040140cb7506,1716
2020
- optparse-applicative-0.18.1.0@sha256:b4cf8d9018e5e67cb1f14edb5130b6d05ad8bc1b5f6bd4efaa6ec0b7f28f559d,5132

stack.yaml.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ packages:
7575
original:
7676
hackage: crypton-x509-validation-1.6.12@sha256:85989721b64be4b90de9f66ef641c26f57575cffed1a50d707065fb60176f386,2227
7777
- completed:
78-
hackage: hpack-0.35.5@sha256:22b46f28b53ec6fb2d05517b569a74b8b3e5e8c2e89c6b7ca25b345af62f22fa,5119
78+
hackage: hpack-0.36.0@sha256:c2daa6556afc57367a5d1dbd878bf515d442d201e24b27473051359abd47ed08,5187
7979
pantry-tree:
80-
sha256: d129102d5c4a66111877f48f6f4ba93615df574eb85195faf185c53a3cb215bd
80+
sha256: 981e8f8ab3dc8305c5131f4686c835f55d4a841abcc867bfdcbf9e6757e9a638
8181
size: 3742
8282
original:
83-
hackage: hpack-0.35.5@sha256:22b46f28b53ec6fb2d05517b569a74b8b3e5e8c2e89c6b7ca25b345af62f22fa,5119
83+
hackage: hpack-0.36.0@sha256:c2daa6556afc57367a5d1dbd878bf515d442d201e24b27473051359abd47ed08,5187
8484
- completed:
8585
hackage: http-client-tls-0.3.6.3@sha256:a5909ce412ee65c141b8547f8fe22236f175186c95c708e86a46b5547394f910,2046
8686
pantry-tree:

0 commit comments

Comments
 (0)