File tree Expand file tree Collapse file tree 4 files changed +7
-22
lines changed Expand file tree Collapse file tree 4 files changed +7
-22
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased changes
4
-
5
- Release notes:
6
-
7
- ** Changes since v3.5.0.1:**
8
-
9
- Major changes:
10
-
11
- Behavior changes:
12
-
13
- Other enhancements:
14
-
15
- * Add the ` stack config build-files ` command to generate (when applicable) a
16
- Cabal file from a package description in the Hpack format and/or a lock file
17
- for Stack's project-level configuration, without taking any other build steps.
18
-
19
- Bug fixes:
20
-
21
- ## v3.5.0.1 (release candidate) - 2025-03-15
3
+ ## v3.5.1 - 2025-03-29
22
4
23
5
** Changes since v3.3.1:**
24
6
@@ -47,6 +29,9 @@ Other enhancements:
47
29
documentation.
48
30
* ` stack sdist ` and ` stack upload ` report the version of Cabal (the library)
49
31
being used to check packages.
32
+ * Add the ` stack config build-files ` command to generate (when applicable) a
33
+ Cabal file from a package description in the Hpack format and/or a lock file
34
+ for Stack's project-level configuration, without taking any other build steps.
50
35
51
36
## v3.3.1 - 2024-12-28
52
37
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ constraints:
169
169
, socks == 0.6.1
170
170
, split == 0.2.5
171
171
, splitmix == 0.1.1
172
- , stack == 3.5.0.2
172
+ , stack == 3.5.1
173
173
, static-bytes == 0.1.1
174
174
, stm == 2.5.3.1
175
175
, 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.5.0.2 '
5
+ version : ' 3.5.1 '
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.5.0.2
8
+ version : 3.5.1
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