File tree Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Expand file tree Collapse file tree 5 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ about: Report a bug in Stack
5
5
6
6
Please follow the steps below for reporting a bug:
7
7
8
- Make sure that you are using the latest release (currently stack-2.5 .1).
8
+ Make sure that you are using the latest release (currently stack-2.7 .1).
9
9
See the [ upgrade instructions] ( http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade ) to upgrade.
10
10
11
11
Please use the following schema for your bug report:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Feature Request
3
3
about : Request a feature be added to Stack, or discuss such a feature
4
4
---
5
5
6
- Make sure that you are using the latest release (currently stack-2.5 .1).
6
+ Make sure that you are using the latest release (currently stack-2.7 .1).
7
7
See the [ upgrade instructions] ( http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade ) to upgrade.
8
8
9
9
Please state as clearly as possible what feature you are recommending,
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.1:**
9
+
10
+ Major changes:
11
+
12
+ Behavior changes:
13
+
14
+ Other enhancements:
15
+
16
+ Bug fixes:
17
+
18
+
4
19
## v2.7.1
5
20
6
21
** Changes since v2.5.1.1:**
Original file line number Diff line number Diff line change 1
1
name : stack
2
- version : ' 2.7.1 '
2
+ version : ' 2.7.2 '
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: db202e4fc6d0767c6d379c7d035379b9c439eb008987c76de3083e4384f87556
7
+ -- hash: 1df43720d8c0492a054378ef3fa4b3d25394a49dd651da5b2a1d845a10e1f345
8
8
9
9
name : stack
10
- version : 2.7.1
10
+ version : 2.7.2
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