Skip to content

Commit 30265a4

Browse files
authored
Merge pull request #6687 from commercialhaskell/fix6685
Fix #6685 Bump to Hpack 0.38
2 parents c746471 + d289b51 commit 30265a4

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Behavior changes:
2121

2222
Other enhancements:
2323

24+
* Bump to Hpack 0.38.0.
2425
* In YAML configuration files, the `install-msys` key is introduced, to enable
2526
or disable the download and installation of Stack-supplied MSYS2 when
2627
necessary (subject to `skip-msys: false`). The default is the same as the

stack.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
snapshot: lts-23.8 # GHC 9.8.4
22

3+
extra-deps:
4+
# lts-23.8 provides hpack-0.37.0
5+
- hpack-0.38.0
6+
37
docker:
48
enable: false
59
repo: quay.io/benz0li/ghc-musl:9.8.4

stack.yaml.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
# For more information, please see the documentation at:
44
# https://docs.haskellstack.org/en/stable/topics/lock_files
55

6-
packages: []
6+
packages:
7+
- completed:
8+
hackage: hpack-0.38.0@sha256:9b4603d67f1963b3f8cae9229b223f37dbf8ad1c19966e12089479f4d8541f7f,5187
9+
pantry-tree:
10+
sha256: bb8a112ef61beddd265ec807efa3a78c9d54977c4d5cffad00640d100898aa54
11+
size: 3742
12+
original:
13+
hackage: hpack-0.38.0
714
snapshots:
815
- completed:
916
sha256: 9444fadfa30b67a93080254d53872478c087592ad64443e47c546cdcd13149ae

0 commit comments

Comments
 (0)