Skip to content

Commit 776b244

Browse files
committed
Merge branch 'rc/v3.5' into ci/merge-stable-to-master
2 parents 588222e + 5c774d7 commit 776b244

File tree

5 files changed

+10
-15
lines changed

5 files changed

+10
-15
lines changed

ChangeLog.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,12 @@ Behavior changes:
1212

1313
Other enhancements:
1414

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-
1915
Bug fixes:
2016

21-
## v3.5.1
22-
23-
Release notes:
17+
## v3.5.1 - 2025-03-29
2418

2519
**Changes since v3.3.1:**
2620

27-
Major changes:
28-
2921
Behavior changes:
3022

3123
* Stack will also warn (message S-8432) if there is any non-ISO/IEC 8859-1
@@ -51,8 +43,9 @@ Other enhancements:
5143
documentation.
5244
* `stack sdist` and `stack upload` report the version of Cabal (the library)
5345
being used to check packages.
54-
55-
Bug fixes:
46+
* Add the `stack config build-files` command to generate (when applicable) a
47+
Cabal file from a package description in the Hpack format and/or a lock file
48+
for Stack's project-level configuration, without taking any other build steps.
5649

5750
## v3.3.1 - 2024-12-28
5851

doc/commands/config_command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ the project-level configuration file (`stack.yaml`, by default) is altered. The
102102

103103
## The `stack config set install-msys` command
104104

105-
:octicons-tag-24: UNRELEASED
105+
[:octicons-tag-24: 3.5.1](https://github.com/commercialhaskell/stack/releases/tag/v3.5.1)
106106

107107
~~~text
108108
stack config set install-msys [--global] true|false

doc/configure/global_flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ documentation for the corresponding non-project specific configuration
152152

153153
## `--[no-]install-msys` flag
154154

155-
:octicons-tag-24: UNRELEASED
155+
[:octicons-tag-24: 3.5.1](https://github.com/commercialhaskell/stack/releases/tag/v3.5.1)
156156

157157
Restrictions: Windows systems only
158158

doc/configure/yaml/non-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ Stack-supplied MSYS2 when necessary.
886886

887887
## install-msys
888888

889-
:octicons-tag-24: UNRELEASED
889+
[:octicons-tag-24: 3.5.1](https://github.com/commercialhaskell/stack/releases/tag/v3.5.1)
890890

891891
Restrictions: Windows systems only
892892

doc/install_and_upgrade.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,10 @@ Stack can be installed directly or by using the GHCup tool.
463463

464464
|GHC version|LLVM versions|
465465
|-----------|-------------|
466+
|9.12.2 |11 to 15 |
467+
|9.10.1 |11 to 15 |
466468
|9.8.4 |11 to 15 |
467-
|9.6.6 |11 to 15 |
469+
|9.6.7 |11 to 15 |
468470
|9.4.8 |10 to 14 |
469471
|9.2.8 |9 to 12 |
470472
|9.0.2 |9, 10 or 12 |

0 commit comments

Comments
 (0)