11# Changelog
22
3- ## Unreleased changes
4-
5- Release notes:
6-
7- ** Changes since v3.1.0.1:**
8-
9- Major changes:
10-
11- Behavior changes:
12-
13- Other enhancements:
14-
15- * Add flag ` --[no-]allow-newer ` to Stack's ` build ` command, which takes
16- precedence over the existing ` allow-newer ` configuration option.
17-
18- Bug fixes:
19-
20- * Fix a regression, introduced in Stack 2.15.7, that caused GHC 8.10.7 or
21- earlier to fail to build a package with a ` Custom ` build type, if GHC option
22- ` -haddock ` was specified.
23-
24- ## v3.1.0.1 (release candidate)
3+ ## v3.1.1 2024-07-28
254
265Release notes:
276
@@ -96,6 +75,8 @@ Other enhancements:
9675* In YAML configuration files, the ` file-watch-hook ` key is introduced to allow
9776 ` --file-watch ` post-processing to be customised with a executable or ` sh `
9877 shell script.
78+ * Add flag ` --[no-]allow-newer ` to Stack's ` build ` command, which takes
79+ precedence over the existing ` allow-newer ` configuration option.
9980
10081Bug fixes:
10182
@@ -112,6 +93,9 @@ Bug fixes:
11293 to parse an (otherwise ignored) project-level configuration file.
11394* Stack no longer makes recommendations about a project-level configuration file
11495 when only a global configuration file is in use.
96+ * Fix a regression, introduced in Stack 2.15.7, that caused GHC 8.10.7 or
97+ earlier to fail to build a package with a ` Custom ` build type, if GHC option
98+ ` -haddock ` was specified.
11599
116100## v2.15.7 - 2024-05-12
117101
0 commit comments