File tree Expand file tree Collapse file tree 9 files changed +14
-16
lines changed Expand file tree Collapse file tree 9 files changed +14
-16
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.7.3 ).
8
+ Make sure that you are using the latest release (currently stack-2.7.5 ).
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.7.3 ).
6
+ Make sure that you are using the latest release (currently stack-2.7.5 ).
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:
4
+ ## v2.7.5
7
5
8
6
** Changes since v2.7.3:**
9
7
10
- Major changes:
11
-
12
8
Behavior changes:
13
9
14
- * cloning git repositories isn't per sub-directory anymore, see [ #5411 ] ( https://github.com/commercialhaskell/stack/issues/5411 )
10
+ * Cloning git repositories isn't per sub-directory anymore, see
11
+ [ #5411 ] ( https://github.com/commercialhaskell/stack/issues/5411 )
15
12
16
13
Other enhancements:
17
14
@@ -28,6 +25,9 @@ Bug fixes:
28
25
[ #5597 ] ( https://github.com/commercialhaskell/stack/pull/5597 )
29
26
* Fix failure to find package when a dependency is shared between projects.
30
27
[ #5680 ] ( https://github.com/commercialhaskell/stack/issues/5680 )
28
+ * ` stack ghci ` now uses package flags in ` stack.yaml `
29
+ [ #5434 ] ( https://github.com/commercialhaskell/stack/issues/5434 )
30
+
31
31
32
32
## v2.7.3
33
33
@@ -60,8 +60,6 @@ Bug fixes:
60
60
[ GHC issue 20074] ( https://gitlab.haskell.org/ghc/ghc/-/issues/20074 )
61
61
* Track changes to ` setup-config ` properly to avoid reconfiguring on every change.
62
62
See [ #5578 ] ( https://github.com/commercialhaskell/stack/issues/5578 )
63
- * ` stack ghci ` now uses package flags in ` stack.yaml `
64
- [ #5434 ] ( https://github.com/commercialhaskell/stack/issues/5434 )
65
63
66
64
67
65
## v2.7.1
Original file line number Diff line number Diff line change 1
- Copyright (c) 2015-2021 , Stack contributors
1
+ Copyright (c) 2015-2022 , Stack contributors
2
2
All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -937,7 +937,7 @@ templates:
937
937
author-name: Your Name
938
938
939
939
category: Your Projects Category
940
- copyright: 'Copyright (c) 2021 Your Name'
940
+ copyright: 'Copyright (c) 2022 Your Name'
941
941
github-username: yourusername
942
942
` ` `
943
943
Original file line number Diff line number Diff line change 1
- Copyright (c) 2015-2021 , Stack contributors
1
+ Copyright (c) 2015-2022 , Stack contributors
2
2
3
3
All rights reserved.
4
4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ site_description: The Haskell Tool Stack
3
3
site_author : Stack contributors
4
4
repo_url : https://github.com/commercialhaskell/stack/
5
5
edit_uri : edit/stable/doc/
6
- copyright : Copyright (c) 2015-2021 , Stack contributors
6
+ copyright : Copyright (c) 2015-2022 , Stack contributors
7
7
docs_dir : doc
8
8
site_dir : _site
9
9
theme : readthedocs
Original file line number Diff line number Diff line change 1
1
name : stack
2
- version : ' 2.7.4 '
2
+ version : ' 2.7.5 '
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 @@ -5,7 +5,7 @@ cabal-version: 2.0
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : stack
8
- version : 2.7.4
8
+ version : 2.7.5
9
9
synopsis : The Haskell Tool Stack
10
10
description : Please see the documentation at <https://docs.haskellstack.org>
11
11
for usage information.
You can’t perform that action at this time.
0 commit comments