Skip to content

Commit

Permalink
v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed May 7, 2021
1 parent 4fbcfb3 commit 8afe0c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 35 deletions.
34 changes: 2 additions & 32 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,7 @@
# Changelog


## Unreleased changes

Release notes:

**Changes since v2.7.0.3:**

Major changes:

Behavior changes:

Other enhancements:

Bug fixes:


## v2.7.0.3 (release candidate)

Release notes:

* Stack's bindists are now built with GHC 8.10.4, and our `stack.yaml` has
moved to lts-17.10. This means Stack can now be built on macOS 11.0 (Big
Sur) without ugly workarounds. GHC 8.8 is now the minimum GHC version
supported for building Stack itself (but this does not effect _users_ of
Stack, which still supports using much older GHC versions).

**Changes since v2.7.0.1:**

(no changes)


## v2.7.0.1 (release candidate)
## v2.7.1

**Changes since v2.5.1.1:**

Expand All @@ -49,7 +19,7 @@ Behavior changes:

Other enhancements:

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

* Nix integration now allows Nix integration if the user is ready in nix-shell.
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stack
version: '2.7.0.4'
version: '2.7.1'
synopsis: The Haskell Tool Stack
description: |
Please see the documentation at <https://docs.haskellstack.org>
Expand Down
4 changes: 2 additions & 2 deletions stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 2.0
--
-- see: https://github.com/sol/hpack
--
-- hash: 2c4c92833c035b72375689acdbf0098dd1f6fc0e55c529238e58dbfaa205afdc
-- hash: db202e4fc6d0767c6d379c7d035379b9c439eb008987c76de3083e4384f87556

name: stack
version: 2.7.0.4
version: 2.7.1
synopsis: The Haskell Tool Stack
description: Please see the documentation at <https://docs.haskellstack.org>
for usage information.
Expand Down

0 comments on commit 8afe0c2

Please sign in to comment.