File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed
Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 44
55Release notes:
66
7- ** Changes since v3.1 .1:**
7+ ** Changes since v3.3 .1:**
88
99Major changes:
1010
1111Behavior changes:
1212
13+ Other enhancements:
14+
15+ Bug fixes:
16+
17+ ## v3.3.1 - 2024-12-13
18+
19+ ** Changes since v3.1.1:**
20+
21+ Behavior changes:
22+
1323* Stack interprets consecutive line ends in the value of the ` user-message `
1424 project-specific configuration option as a single blank line. Previously all
1525 line ends were interpreted as white space.
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ constraints:
169169 , socks == 0.6.1
170170 , split == 0.2.5
171171 , splitmix == 0.1.0.5
172- , stack == 3.2 .0
172+ , stack == 3.4 .0
173173 , static-bytes == 0.1.1
174174 , stm == 2.5.3.1
175175 , stm-chans == 3.0.0.9
Original file line number Diff line number Diff line change 22spec-version : 0.35.0
33
44name : stack
5- version : ' 3.3 .0'
5+ version : ' 3.4 .0'
66synopsis : The Haskell Tool Stack
77description : |
88 Please see the documentation at <https://docs.haskellstack.org>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.0
55-- see: https://github.com/sol/hpack
66
77name : stack
8- version : 3.3 .0
8+ version : 3.4 .0
99synopsis : The Haskell Tool Stack
1010description : Please see the documentation at <https://docs.haskellstack.org>
1111 for usage information.
You can’t perform that action at this time.
0 commit comments