Skip to content

Commit c67b7f9

Browse files
authored
Merge pull request #2914 from commercialhaskell/update-hpack
Upgrade to hpack 0.16.0
2 parents 05acb2c + 1018799 commit c67b7f9

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ Other enhancements:
3737

3838
Bug fixes:
3939

40+
* Bump to hpack 0.16.0 to avoid character encoding issues when reading and
41+
writing on non-UTF8 systems.
42+
4043
## 1.3.2
4144

4245
Bug fixes:

stack-7.8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ extra-deps:
3535
- process-1.2.1.0
3636
- time-1.5.0.1
3737
- base-compat-0.9.1
38-
- hpack-0.15.0
38+
- hpack-0.16.0
3939
- microlens-0.4.1.0
4040
- microlens-mtl-0.1.10.0
4141
- open-browser-0.2.1.0

stack-8.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ extra-deps:
1616
- pid1-0.1.0.0
1717
- store-0.3
1818
- store-core-0.3
19-
- hpack-0.15.0
19+
- hpack-0.16.0
2020
- aeson-1.0.2.1

stack-nightly.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ nix:
88
enable: false
99
packages:
1010
- zlib
11+
extra-deps:
12+
- hpack-0.16.0

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ library
263263
, hastache
264264
, project-template >= 0.2
265265
, zip-archive < 0.4
266-
, hpack >= 0.14.0 && < 0.16
266+
, hpack >= 0.16.0 && < 0.17
267267
, store >= 0.2.1.0
268268
, annotated-wl-pprint
269269
, file-embed >= 0.0.10
@@ -291,7 +291,7 @@ executable stack
291291
, either
292292
, filelock >= 0.1.0.1
293293
, filepath >= 1.3.0.2
294-
, hpack >= 0.14.0 && < 0.16
294+
, hpack >= 0.16.0 && < 0.17
295295
, http-client >= 0.5.3.3
296296
-- https://github.com/basvandijk/lifted-base/issues/31
297297
, lifted-base < 0.2.3.7 || > 0.2.3.7

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extra-deps:
2424
- text-metrics-0.1.0
2525
- pid1-0.1.0.0
2626
- aeson-1.0.2.1
27-
- hpack-0.15.0
27+
- hpack-0.16.0
2828
- persistent-2.6
2929
- persistent-template-2.5.1.6
3030
- persistent-sqlite-2.6

0 commit comments

Comments
 (0)