Skip to content

Commit 8afe0c2

Browse files
committed
v2.7.1
1 parent 4fbcfb3 commit 8afe0c2

File tree

3 files changed

+5
-35
lines changed

3 files changed

+5
-35
lines changed

ChangeLog.md

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

33

4-
## Unreleased changes
5-
6-
Release notes:
7-
8-
**Changes since v2.7.0.3:**
9-
10-
Major changes:
11-
12-
Behavior changes:
13-
14-
Other enhancements:
15-
16-
Bug fixes:
17-
18-
19-
## v2.7.0.3 (release candidate)
20-
21-
Release notes:
22-
23-
* Stack's bindists are now built with GHC 8.10.4, and our `stack.yaml` has
24-
moved to lts-17.10. This means Stack can now be built on macOS 11.0 (Big
25-
Sur) without ugly workarounds. GHC 8.8 is now the minimum GHC version
26-
supported for building Stack itself (but this does not effect _users_ of
27-
Stack, which still supports using much older GHC versions).
28-
29-
**Changes since v2.7.0.1:**
30-
31-
(no changes)
32-
33-
34-
## v2.7.0.1 (release candidate)
4+
## v2.7.1
355

366
**Changes since v2.5.1.1:**
377

@@ -49,7 +19,7 @@ Behavior changes:
4919

5020
Other enhancements:
5121

52-
* Nix integration now passes `ghcVersion` (in addition to existing `ghc`) to
22+
* Nix integration now passes `ghcVersion` (in addition to existing `ghc`) to
5323
`shell-file` as an identifier that can be looked up in a compiler attribute set.
5424

5525
* Nix integration now allows Nix integration if the user is ready in nix-shell.

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.4'
2+
version: '2.7.1'
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: 2c4c92833c035b72375689acdbf0098dd1f6fc0e55c529238e58dbfaa205afdc
7+
-- hash: db202e4fc6d0767c6d379c7d035379b9c439eb008987c76de3083e4384f87556
88

99
name: stack
10-
version: 2.7.0.4
10+
version: 2.7.1
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)