File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
4
- ## Unreleased changes
4
+ ## v2.7.0.3 (release candidate)
5
5
6
6
Release notes:
7
7
8
- ** Changes since v2.7.0.1:**
9
-
10
- Major changes:
11
-
12
- Behavior changes:
13
-
14
- Other enhancements:
15
-
16
- Bug fixes:
8
+ * Stack's bindists are now built with GHC 8.10.4, and our ` stack.yaml ` has
9
+ moved to lts-17.10. This means Stack can now be built on macOS 11.0 (Big
10
+ Sur) without ugly workarounds.
17
11
18
12
19
13
## v2.7.0.1 (release candidate)
Original file line number Diff line number Diff line change 1
1
name : stack
2
- version : ' 2.7.0.2 '
2
+ version : ' 2.7.0.3 '
3
3
synopsis : The Haskell Tool Stack
4
4
description : |
5
5
Please see the documentation at <https://docs.haskellstack.org>
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ cabal-version: 2.0
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 08598058e5bbf079a51f3a86109460e78eca2b1157c655b140096979963c432e
7
+ -- hash: 01f5dba80ccc6740a415e22606536cbb43606431bb695446377fc64d3cb3ff3e
8
8
9
9
name : stack
10
- version : 2.7.0.2
10
+ version : 2.7.0.3
11
11
synopsis : The Haskell Tool Stack
12
12
description : Please see the documentation at <https://docs.haskellstack.org>
13
13
for usage information.
You can’t perform that action at this time.
0 commit comments