File tree Expand file tree Collapse file tree 3 files changed +16
-17
lines changed Expand file tree Collapse file tree 3 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased changes
4-
5- ** Changes since v2.3.0.1**
6-
7- Release notes:
8-
9- Major changes:
10-
11- Behavior changes:
12-
13- Other enhancements:
14-
15- Bug fixes:
16-
17- ## v2.3.0.1 (release candidate)
3+ ## v2.3.1
184
195** Changes since v2.1.3.1**
206
217Release notes:
8+ * We have reduced the number of platforms that we support with binary releases.
9+ The reason behind this is that we've been slowed down in our release process
10+ until now with issues trying to build binaries for less common platforms. In
11+ order to make sure we can address issues more quickly (like supporting new
12+ GHC versions), we're limiting support from the Stack team to:
13+
14+ * Linux 64-bit (static)
15+ * MacOS
16+ * Windows 64-bit
17+
18+ If others want to provide additional binaries, we will definitely be happy
19+ for the support. But since our CI system is currently able to produce these
20+ three bindists only, that's what we will be providing with the next release.
2221
2322Major changes:
2423* ` setup-info-locations ` yaml configuration now allows overwriting the default locations of ` stack-setup-2.yaml ` .
Original file line number Diff line number Diff line change 11name : stack
2- version : ' 2.3.0.2 '
2+ version : ' 2.3.1 '
33synopsis : The Haskell Tool Stack
44description : |
55 Please see the documentation at <https://docs.haskellstack.org>
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cabal-version: 2.0
77-- hash: 04f6dd3ff3b1b0f7db0a0ad6192866ad73926008fd5df9215d6abae839da8874
88
99name : stack
10- version : 2.3.0.2
10+ version : 2.3.1
1111synopsis : The Haskell Tool Stack
1212description : Please see the documentation at <https://docs.haskellstack.org>
1313 for usage information.
You can’t perform that action at this time.
0 commit comments