File tree 4 files changed +7
-19
lines changed
4 files changed +7
-19
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## v2.15.6.3 (release candidate)
3
+ ## v2.15.7 - 2024-05-12
4
4
5
5
Release notes:
6
6
7
7
* This release fixes potential bugs.
8
-
9
8
* The hash that Stack uses to distinguish one build plan from another has
10
9
changed for plans that set (as opposed to unset) manually Cabal flags for
11
10
immutable dependencies. This will cause Stack to rebuild dependencies for such
12
11
plans.
13
12
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
-
28
13
** Changes since v2.15.5:**
29
14
30
15
Major changes:
@@ -42,6 +27,9 @@ Bug fixes:
42
27
43
28
* Fix a regression introduced in Stack 2.15.1 that caused a 'no operation'
44
29
` 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.
45
33
46
34
## v2.15.5 - 2024-03-28
47
35
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ constraints:
165
165
, socks == 0.6.1
166
166
, split == 0.2.5
167
167
, splitmix == 0.1.0.5
168
- , stack == 2.15.6.3
168
+ , stack == 2.15.7
169
169
, static-bytes == 0.1.0
170
170
, stm == 2.5.1.0
171
171
, stm-chans == 3.0.0.9
Original file line number Diff line number Diff line change 2
2
spec-version : 0.35.0
3
3
4
4
name : stack
5
- version : ' 2.15.6.3 '
5
+ version : ' 2.15.7 '
6
6
synopsis : The Haskell Tool Stack
7
7
description : |
8
8
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
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : stack
8
- version : 2.15.6.3
8
+ version : 2.15.7
9
9
synopsis : The Haskell Tool Stack
10
10
description : Please see the documentation at <https://docs.haskellstack.org>
11
11
for usage information.
You can’t perform that action at this time.
0 commit comments