Skip to content

Commit 4937754

Browse files
committed
Final release preparation - Step D
1 parent 5819692 commit 4937754

File tree

4 files changed

+9
-26
lines changed

4 files changed

+9
-26
lines changed

ChangeLog.md

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,6 @@
11
# Changelog
22

3-
## Unreleased changes
4-
5-
Release notes:
6-
7-
**Changes since v3.9.0.1:**
8-
9-
Major changes:
10-
11-
Behavior changes:
12-
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-
17-
Other enhancements:
18-
19-
* Bump to Hpack 0.39.1.
20-
21-
Bug fixes:
22-
23-
## v3.9.0.1 (release candidate)
3+
## v3.9.1 - 2026-01-04
244

255
**Changes since v3.7.1:**
266

@@ -40,10 +20,13 @@ Behavior changes:
4020
`_build/reloc-bindist`.
4121
* Stack's `haddock` command no longer requires a package to have a main library
4222
that exposes modules.
23+
* On Windows, the path segment _platform_\\_hash_\\_ghc version_, under
24+
`.stack-work\install` and `.stack-work\hoogle`, is hashed only once, rather
25+
than twice.
4326

4427
Other enhancements:
4528

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

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.2
179+
, stack ==3.9.1
180180
, static-bytes ==0.1.1
181181
, stm ==2.5.3.1
182182
, stm-chans ==3.0.0.9

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.2'
5+
version: '3.9.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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)