File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased changes
3
+ ## v2.15.6.3 (release candidate)
4
4
5
5
Release notes:
6
6
7
+ * This release fixes potential bugs.
8
+
7
9
* The hash that Stack uses to distinguish one build plan from another has
8
10
changed for plans that set (as opposed to unset) manually Cabal flags for
9
11
immutable dependencies. This will cause Stack to rebuild dependencies for such
10
12
plans.
11
13
12
14
** Changes since v2.15.6.1:**
13
15
14
- Major changes:
15
-
16
- Behavior changes:
17
-
18
- Other enhancements:
19
-
20
16
Bug fixes:
21
17
22
18
* The hashes that Stack uses to distinguish one build plan from another now
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ constraints:
163
163
, socks == 0.6.1
164
164
, split == 0.2.5
165
165
, splitmix == 0.1.0.5
166
- , stack == 2.15.6.1
166
+ , stack == 2.15.6.3
167
167
, static-bytes == 0.1.0
168
168
, stm == 2.5.1.0
169
169
, 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.2 '
5
+ version : ' 2.15.6.3 '
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.2
8
+ version : 2.15.6.3
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