Skip to content

Commit f590e01

Browse files
committed
Prepare for release of Stack 2.15.7
1 parent ff02250 commit f590e01

File tree

4 files changed

+7
-19
lines changed

4 files changed

+7
-19
lines changed

ChangeLog.md

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,15 @@
11
# Changelog
22

3-
## v2.15.6.3 (release candidate)
3+
## v2.15.7 - 2024-05-12
44

55
Release notes:
66

77
* This release fixes potential bugs.
8-
98
* The hash that Stack uses to distinguish one build plan from another has
109
changed for plans that set (as opposed to unset) manually Cabal flags for
1110
immutable dependencies. This will cause Stack to rebuild dependencies for such
1211
plans.
1312

14-
**Changes since v2.15.6.1:**
15-
16-
Bug fixes:
17-
18-
* The hashes that Stack uses to distinguish one build plan from another now
19-
include the Cabal flags for immutable dependencies set manually. Previously,
20-
in error, only such flags that were unset manually were included.
21-
22-
## v2.15.6.1 (release candidate)
23-
24-
Release notes:
25-
26-
* This release fixes potential bugs.
27-
2813
**Changes since v2.15.5:**
2914

3015
Major changes:
@@ -42,6 +27,9 @@ Bug fixes:
4227

4328
* Fix a regression introduced in Stack 2.15.1 that caused a 'no operation'
4429
`stack build` to be slower than previously.
30+
* The hashes that Stack uses to distinguish one build plan from another now
31+
include the Cabal flags for immutable dependencies set manually. Previously,
32+
in error, only such flags that were unset manually were included.
4533

4634
## v2.15.5 - 2024-03-28
4735

cabal.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ constraints:
165165
, socks ==0.6.1
166166
, split ==0.2.5
167167
, splitmix ==0.1.0.5
168-
, stack ==2.15.6.3
168+
, stack ==2.15.7
169169
, static-bytes ==0.1.0
170170
, stm ==2.5.1.0
171171
, stm-chans ==3.0.0.9

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
spec-version: 0.35.0
33

44
name: stack
5-
version: '2.15.6.3'
5+
version: '2.15.7'
66
synopsis: The Haskell Tool Stack
77
description: |
88
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: stack
8-
version: 2.15.6.3
8+
version: 2.15.7
99
synopsis: The Haskell Tool Stack
1010
description: Please see the documentation at <https://docs.haskellstack.org>
1111
for usage information.

0 commit comments

Comments
 (0)