File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,17 @@ Bug fixes:
103
103
* The warning that sublibrary dependency is not supported is no longer triggered
104
104
by internal libraries.
105
105
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
+
106
117
## v2.9.3 - 2022-12-16
107
118
108
119
** Changes since v2.9.1:**
Original file line number Diff line number Diff line change @@ -329,6 +329,8 @@ using events to determine if a file has changed.
329
329
330
330
### ` --watch-all ` flag
331
331
332
+ [ :octicons-tag-24: 2.5.1] ( https://github.com/commercialhaskell/stack/releases/tag/v2.5.1 )
333
+
332
334
Pass the flag to rebuild your project every time any local file changes (from
333
335
project packages or from local dependencies). See also the ` --file-watch ` flag.
334
336
You can’t perform that action at this time.
0 commit comments