File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased changes
4
-
5
- Release notes:
3
+ ## v2.11.0.1 (release candidate)
6
4
7
5
** Changes since v2.9.3:**
8
6
9
- Major changes:
10
-
11
7
Behavior changes:
12
8
13
9
* Drop support for ` Cabal ` versions before 1.22 and, consequently, GHC versions
@@ -61,12 +57,8 @@ Bug fixes:
61
57
62
58
## v2.9.3
63
59
64
- Release notes:
65
-
66
60
** Changes since v2.9.1:**
67
61
68
- Major changes:
69
-
70
62
Behavior changes:
71
63
72
64
* In YAML configuration files, the ` package-index ` key is introduced which takes
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.11.0.0 '
5
+ version : ' 2.11.0.1 '
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.11.0.0
8
+ version : 2.11.0.1
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