Skip to content

Commit 0888e0f

Browse files
committed
v2.7.0.3 (release candidate)
1 parent 5c0f451 commit 0888e0f

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

ChangeLog.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
# Changelog
22

33

4-
## Unreleased changes
4+
## v2.7.0.3 (release candidate)
55

66
Release notes:
77

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.
1711

1812

1913
## v2.7.0.1 (release candidate)

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: stack
2-
version: '2.7.0.2'
2+
version: '2.7.0.3'
33
synopsis: The Haskell Tool Stack
44
description: |
55
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 2.0
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 08598058e5bbf079a51f3a86109460e78eca2b1157c655b140096979963c432e
7+
-- hash: 01f5dba80ccc6740a415e22606536cbb43606431bb695446377fc64d3cb3ff3e
88

99
name: stack
10-
version: 2.7.0.2
10+
version: 2.7.0.3
1111
synopsis: The Haskell Tool Stack
1212
description: Please see the documentation at <https://docs.haskellstack.org>
1313
for usage information.

0 commit comments

Comments
 (0)