File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Behavior changes:
21
21
22
22
Other enhancements:
23
23
24
+ * Bump to Hpack 0.38.0.
24
25
* In YAML configuration files, the ` install-msys ` key is introduced, to enable
25
26
or disable the download and installation of Stack-supplied MSYS2 when
26
27
necessary (subject to ` skip-msys: false ` ). The default is the same as the
Original file line number Diff line number Diff line change 1
1
snapshot : lts-23.8 # GHC 9.8.4
2
2
3
+ extra-deps :
4
+ # lts-23.8 provides hpack-0.37.0
5
+ - hpack-0.38.0
6
+
3
7
docker :
4
8
enable : false
5
9
repo : quay.io/benz0li/ghc-musl:9.8.4
Original file line number Diff line number Diff line change 3
3
# For more information, please see the documentation at:
4
4
# https://docs.haskellstack.org/en/stable/topics/lock_files
5
5
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
7
14
snapshots:
8
15
- completed:
9
16
sha256: 9444fadfa30b67a93080254d53872478c087592ad64443e47c546cdcd13149ae
You can’t perform that action at this time.
0 commit comments