Skip to content

Commit 0a71258

Browse files
committed
v2.7.0.1 (release candidate)
1 parent a924109 commit 0a71258

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

ChangeLog.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# Changelog
22

33

4-
## Unreleased changes
5-
6-
Release notes:
4+
## v2.7.0.1 (release candidate)
75

86
**Changes since v2.5.1.1:**
97

10-
Major changes:
11-
128
Behavior changes:
139

1410
* `stack repl` now always warns about GHCi problems with loading multiple
@@ -62,6 +58,7 @@ Bug fixes:
6258
* Add support for parsing `.hi`. files from GHC 8.10 and 9.0. See
6359
[hi-file-parser#2](https://github.com/commercialhaskell/hi-file-parser/pull/2).
6460

61+
6562
## v2.5.1.1
6663

6764
Hackage-only release:

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.6.0'
2+
version: '2.7.0.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: e0fafccff758c3515731220888162806b25dd39ae06a130f30cba3f9955f20dc
7+
-- hash: 67b92f9d82e3b55de93684c32aacd18cd7e9cb2c8b3ec5d74ec2564f0d4d207b
88

99
name: stack
10-
version: 2.6.0
10+
version: 2.7.0.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)