Skip to content

Commit 85a5361

Browse files
committed
Release preparation: Step C
1 parent aa906cf commit 85a5361

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

ChangeLog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@
44

55
Release notes:
66

7-
**Changes since v3.5.1:**
7+
**Changes since v3.7.1:**
88

99
Major changes:
1010

1111
Behavior changes:
1212

1313
Other enhancements:
1414

15+
Bug fixes:
16+
17+
## v3.7.1 - 2025-06-15
18+
19+
**Changes since v3.5.1:**
20+
21+
Other enhancements:
22+
1523
* Bump to Hpack 0.38.1.
1624
* The `--extra-dep` option of Stack's `script` command now accepts a YAML value
1725
specifying any immutable extra-dep. Previously only an extra-dep in the

cabal.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ constraints:
172172
, socks ==0.6.1
173173
, split ==0.2.5
174174
, splitmix ==0.1.1
175-
, stack ==3.7.0.0
175+
, stack ==3.8.0
176176
, static-bytes ==0.1.1
177177
, stm ==2.5.3.1
178178
, stm-chans ==3.0.0.9

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
spec-version: 0.35.0
33

44
name: stack
5-
version: '3.7.0.0'
5+
version: '3.8.0'
66
synopsis: The Haskell Tool Stack
77
description: |
88
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.2
55
-- see: https://github.com/sol/hpack
66

77
name: stack
8-
version: 3.7.0.0
8+
version: 3.8.0
99
synopsis: The Haskell Tool Stack
1010
description: Please see the documentation at <https://docs.haskellstack.org>
1111
for usage information.

0 commit comments

Comments
 (0)