File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased changes
3+ ## v2.15.6.1 (release candidate)
44
55Release notes:
66
7+ * This release fixes potential bugs.
8+
79** Changes since v2.15.5:**
810
911Major changes:
@@ -17,14 +19,12 @@ Behaviour changes:
1719 ` stack-initial-build-steps ` , no longer uses Cabal's ` replHook ` to apply
1820 ` initialBuildSteps ` but takes a more direct approach.
1921
20- Other enhancements:
21-
2222Bug fixes:
2323
2424* Fix a regression introduced in Stack 2.15.1 that caused a 'no operation'
2525 ` stack build ` to be slower than previously.
2626
27- ## v2.15.5 - 2024-03-28
27+ ## v2.15.5 - 2024-03-28
2828
2929Release notes:
3030
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ constraints:
163163 , socks == 0.6.1
164164 , split == 0.2.5
165165 , splitmix == 0.1.0.5
166- , stack == 2.15.5
166+ , stack == 2.15.6.1
167167 , static-bytes == 0.1.0
168168 , stm == 2.5.1.0
169169 , 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 : ' 2.15.6'
5+ version : ' 2.15.6.1 '
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 : 2.15.6
8+ version : 2.15.6.1
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