File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed
Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -6,21 +6,13 @@ Release notes:
66
77** Changes since v3.9.1:**
88
9- Major changes:
10-
119Behavior 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-
1711Other enhancements:
1812
19- * Bump to Hpack 0.39.1.
20-
2113Bug 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
4439Other 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,
Original file line number Diff line number Diff 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
967967Default : ` true`
968968
Original file line number Diff line number Diff line change 33# 12. Executing commands
44
55We 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
77modified environment.
88
99## The ` stack exec ` command
@@ -34,7 +34,7 @@ yields output like:
3434Writing the configuration file for the implicit global project to:
3535.../global-project/stack.yaml. Note: You can change the snapshot via the
3636snapshot key there.
37- Using the latest snapshot lts-22.31 .
37+ Using the latest snapshot lts-24.24 .
3838I installed the stm package via --package stm
3939~~~
4040
You can’t perform that action at this time.
0 commit comments