Skip to content

Commit 78187fa

Browse files
committed
Merge branch 'stable'
2 parents 81a0ed3 + 961dd34 commit 78187fa

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,17 @@ Bug fixes:
103103
* The warning that sublibrary dependency is not supported is no longer triggered
104104
by internal libraries.
105105

106+
## v2.9.3.1 - 2023-06-22
107+
108+
Hackage-only release of the `stack` package:
109+
110+
* Supports building against snapshot Stackage LTS Haskell 21.0 (GHC 9.4.5),
111+
without extra deps.
112+
* Supports build with `persistent-2.14.5.0`, using CPP directives.
113+
* Supports build with `unix-compat-0.7`, by removing reliance on the module
114+
`System.PosixCompat.User` removed in that package.
115+
* Includes `cabal.project` and `cabal.config` files in the package.
116+
106117
## v2.9.3 - 2022-12-16
107118

108119
**Changes since v2.9.1:**

doc/build_command.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ using events to determine if a file has changed.
329329

330330
### `--watch-all` flag
331331

332+
[:octicons-tag-24: 2.5.1](https://github.com/commercialhaskell/stack/releases/tag/v2.5.1)
333+
332334
Pass the flag to rebuild your project every time any local file changes (from
333335
project packages or from local dependencies). See also the `--file-watch` flag.
334336

0 commit comments

Comments
 (0)