Skip to content

Commit 33c53c7

Browse files
committed
Merge branch 'rc/v3.9' into ci/merge-stable-to-master
2 parents b7a00ad + 4937754 commit 33c53c7

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

ChangeLog.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,13 @@ Release notes:
66

77
**Changes since v3.9.1:**
88

9-
Major changes:
10-
119
Behavior changes:
1210

13-
* On Windows, the path segment _platform_\\_hash_\\_ghc version_, under
14-
`.stack-work\install` and `.stack-work\hoogle`, is hashed only once, rather
15-
than twice.
16-
1711
Other enhancements:
1812

19-
* Bump to Hpack 0.39.1.
20-
2113
Bug fixes:
2214

23-
## v3.9.1
15+
## v3.9.1 - 2026-01-04
2416

2517
**Changes since v3.7.1:**
2618

@@ -40,10 +32,13 @@ Behavior changes:
4032
`_build/reloc-bindist`.
4133
* Stack's `haddock` command no longer requires a package to have a main library
4234
that exposes modules.
35+
* On Windows, the path segment _platform_\\_hash_\\_ghc version_, under
36+
`.stack-work\install` and `.stack-work\hoogle`, is hashed only once, rather
37+
than twice.
4338

4439
Other enhancements:
4540

46-
* Bump to Hpack 0.38.3.
41+
* Bump to Hpack 0.39.1.
4742
* Consider GHC 9.14 to be a tested compiler and remove warnings.
4843
* Consider Cabal 3.16 to be a tested library and remove warnings.
4944
* From GHC 9.12.1, `base` is not a GHC wired-in package. In configuration files,

doc/configure/yaml/non-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ should Stack notify the user of that?
962962

963963
## notify-if-base-not-boot
964964

965-
:octicons-tag-24: UNRELEASED
965+
[:octicons-tag-24: 3.9.1](https://github.com/commercialhaskell/stack/releases/tag/v3.9.1)
966966

967967
Default: `true`
968968

doc/tutorial/executing_commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# 12. Executing commands
44

55
We have already used `stack exec` multiple times in this guide. As you have
6-
likely already guessed, it allows you to run executables, but with a slightly
6+
likely already guessed, it allows you to run executables, but with a slightly
77
modified environment.
88

99
## The `stack exec` command
@@ -34,7 +34,7 @@ yields output like:
3434
Writing the configuration file for the implicit global project to:
3535
.../global-project/stack.yaml. Note: You can change the snapshot via the
3636
snapshot key there.
37-
Using the latest snapshot lts-22.31.
37+
Using the latest snapshot lts-24.24.
3838
I installed the stm package via --package stm
3939
~~~
4040

0 commit comments

Comments
 (0)