File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Release notes:
6
6
7
- ** Changes since v3.5 .1:**
7
+ ** Changes since v3.7 .1:**
8
8
9
9
Major changes:
10
10
11
11
Behavior changes:
12
12
13
13
Other enhancements:
14
14
15
+ Bug fixes:
16
+
17
+ ## v3.7.1 - 2025-06-15
18
+
19
+ ** Changes since v3.5.1:**
20
+
21
+ Other enhancements:
22
+
15
23
* Bump to Hpack 0.38.1.
16
24
* The ` --extra-dep ` option of Stack's ` script ` command now accepts a YAML value
17
25
specifying any immutable extra-dep. Previously only an extra-dep in the
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ constraints:
172
172
, socks == 0.6.1
173
173
, split == 0.2.5
174
174
, splitmix == 0.1.1
175
- , stack == 3.7.0 .0
175
+ , stack == 3.8 .0
176
176
, static-bytes == 0.1.1
177
177
, stm == 2.5.3.1
178
178
, stm-chans == 3.0.0.9
Original file line number Diff line number Diff line change 2
2
spec-version : 0.35.0
3
3
4
4
name : stack
5
- version : ' 3.7.0 .0'
5
+ version : ' 3.8 .0'
6
6
synopsis : The Haskell Tool Stack
7
7
description : |
8
8
Please see the documentation at <https://docs.haskellstack.org>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.2
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : stack
8
- version : 3.7.0 .0
8
+ version : 3.8 .0
9
9
synopsis : The Haskell Tool Stack
10
10
description : Please see the documentation at <https://docs.haskellstack.org>
11
11
for usage information.
You can’t perform that action at this time.
0 commit comments