Skip to content

Commit a306aba

Browse files
committed
Prepare for release of 2nd release candidate of Stack 2.15.7
1 parent dd9b3a0 commit a306aba

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

ChangeLog.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
# Changelog
22

3-
## Unreleased changes
3+
## v2.15.6.3 (release candidate)
44

55
Release notes:
66

7+
* This release fixes potential bugs.
8+
79
* The hash that Stack uses to distinguish one build plan from another has
810
changed for plans that set (as opposed to unset) manually Cabal flags for
911
immutable dependencies. This will cause Stack to rebuild dependencies for such
1012
plans.
1113

1214
**Changes since v2.15.6.1:**
1315

14-
Major changes:
15-
16-
Behavior changes:
17-
18-
Other enhancements:
19-
2016
Bug fixes:
2117

2218
* The hashes that Stack uses to distinguish one build plan from another now

cabal.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6.1
166+
, stack ==2.15.6.3
167167
, static-bytes ==0.1.0
168168
, stm ==2.5.1.0
169169
, stm-chans ==3.0.0.9

package.yaml

Lines changed: 1 addition & 1 deletion
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.2'
5+
version: '2.15.6.3'
66
synopsis: The Haskell Tool Stack
77
description: |
88
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

Lines changed: 1 addition & 1 deletion
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.2
8+
version: 2.15.6.3
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)