@@ -8,27 +8,26 @@ Release notes:
88
99Major changes:
1010
11- * On 64-bit Windows, the default ` msys-environment ` configuration option is now
12- ` CLANG64 ` , rather than ` MINGW64 ` (which remains an option). The MSYS2 project
13- deprecated the latter environment on 15 March 2026. The GHC project has used
14- the former toolchain from GHC 9.4.1. No default is provided for 32-bit
15- Windows, rather than ` MINGW32 ` (which remains an option). The MSYS2 project
16- ceased to actively support it on 17 May 2020. 32-bit Windows is not supported
17- by the GHC project from GHC 8.12.
18-
1911Behavior changes:
2012
2113Other enhancements:
2214
2315Bug fixes:
2416
25- * On Windows, Stack's ` build ` command now accepts a build directory that is a
26- long path.
27-
28- ## v3.11.1 - 2026-05-30
17+ ## v3.11.1 - 2026-06-13
2918
3019** Changes since v3.9.3:**
3120
21+ Major changes:
22+
23+ * On 64-bit Windows, the default ` msys-environment ` configuration option is now
24+ ` CLANG64 ` , rather than ` MINGW64 ` (which remains an option). The MSYS2 project
25+ deprecated the latter environment on 15 March 2026. The GHC project has used
26+ the former toolchain from GHC 9.4.1. No default is provided for 32-bit
27+ Windows, rather than ` MINGW32 ` (which remains an option). The MSYS2 project
28+ ceased to actively support it on 17 May 2020. 32-bit Windows is not supported
29+ by the GHC project from GHC 8.12.
30+
3231Behavior changes:
3332
3433* Stack's default Nix integration now includes the ` cacert ` Nix package, in
@@ -44,7 +43,7 @@ Behavior changes:
4443
4544Other enhancements:
4645
47- * Bump to Hpack 0.39.5 .
46+ * Bump to Hpack 0.39.6 .
4847* Experimental: Add flag ` --[no-]semaphore ` (default: disabled) to Stack's
4948 ` build ` command, to allow GHC to use a system semaphore to perform compilation
5049 in parallel when possible. Supported, by default, by GHC 9.10.1 or later. The
@@ -92,6 +91,8 @@ Bug fixes:
9291 of Stack's local install root directory.
9392* Stack now builds packages that depend directly on packages with the same name
9493 as a sublibrary or foreign library of the package.
94+ * On Windows, Stack's ` build ` command now accepts a build directory that is a
95+ long path.
9596
9697## v3.9.3 - 2026-02-19
9798
0 commit comments