Skip to content

Commit fdb047c

Browse files
committed
Release preparation - Step D
1 parent ad5e502 commit fdb047c

File tree

6 files changed

+7
-11
lines changed

6 files changed

+7
-11
lines changed

ChangeLog.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
# Changelog
22

3-
## Unreleased changes
4-
5-
Release notes:
3+
## v3.9.0.1 (release candidate)
64

75
**Changes since v3.7.1:**
86

9-
Major changes:
10-
117
Behavior changes:
128

139
* Where applicable and Stack supports the GHC version, only the wired-in

cabal.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ constraints:
176176
, silently ==1.2.5.4
177177
, split ==0.2.5
178178
, splitmix ==0.1.3.1
179-
, stack ==3.9.0.0
179+
, stack ==3.9.0.1
180180
, static-bytes ==0.1.1
181181
, stm ==2.5.3.1
182182
, stm-chans ==3.0.0.9

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

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.9.0.0'
5+
version: '3.9.0.1'
66
synopsis: A program for developing Haskell projects
77
description: |
88
Stack (the Haskell Tool Stack) is a program for developing Haskell projects.

stack.cabal

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)