File tree Expand file tree Collapse file tree 3 files changed +5
-35
lines changed Expand file tree Collapse file tree 3 files changed +5
-35
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
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
35
5
36
6
** Changes since v2.5.1.1:**
37
7
@@ -49,7 +19,7 @@ Behavior changes:
49
19
50
20
Other enhancements:
51
21
52
- * Nix integration now passes ` ghcVersion ` (in addition to existing ` ghc ` ) to
22
+ * Nix integration now passes ` ghcVersion ` (in addition to existing ` ghc ` ) to
53
23
` shell-file ` as an identifier that can be looked up in a compiler attribute set.
54
24
55
25
* Nix integration now allows Nix integration if the user is ready in nix-shell.
Original file line number Diff line number Diff line change 1
1
name : stack
2
- version : ' 2.7.0.4 '
2
+ version : ' 2.7.1 '
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: 2c4c92833c035b72375689acdbf0098dd1f6fc0e55c529238e58dbfaa205afdc
7
+ -- hash: db202e4fc6d0767c6d379c7d035379b9c439eb008987c76de3083e4384f87556
8
8
9
9
name : stack
10
- version : 2.7.0.4
10
+ version : 2.7.1
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