File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
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:
4
+ ## v2.7.0.1 (release candidate)
7
5
8
6
** Changes since v2.5.1.1:**
9
7
10
- Major changes:
11
-
12
8
Behavior changes:
13
9
14
10
* ` stack repl ` now always warns about GHCi problems with loading multiple
@@ -62,6 +58,7 @@ Bug fixes:
62
58
* Add support for parsing ` .hi ` . files from GHC 8.10 and 9.0. See
63
59
[ hi-file-parser #2 ] ( https://github.com/commercialhaskell/hi-file-parser/pull/2 ) .
64
60
61
+
65
62
## v2.5.1.1
66
63
67
64
Hackage-only release:
Original file line number Diff line number Diff line change 1
1
name : stack
2
- version : ' 2.6.0 '
2
+ version : ' 2.7.0.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: e0fafccff758c3515731220888162806b25dd39ae06a130f30cba3f9955f20dc
7
+ -- hash: 67b92f9d82e3b55de93684c32aacd18cd7e9cb2c8b3ec5d74ec2564f0d4d207b
8
8
9
9
name : stack
10
- version : 2.6.0
10
+ version : 2.7.0.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