Skip to content

Commit ba147e6

Browse files
committed
v2.7.5
1 parent 8b38c2f commit ba147e6

File tree

9 files changed

+14
-16
lines changed

9 files changed

+14
-16
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ about: Report a bug in Stack
55

66
Please follow the steps below for reporting a bug:
77

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).
99
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.
1010

1111
Please use the following schema for your bug report:

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature Request
33
about: Request a feature be added to Stack, or discuss such a feature
44
---
55

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).
77
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.
88

99
Please state as clearly as possible what feature you are recommending,

ChangeLog.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
# Changelog
22

33

4-
## Unreleased changes
5-
6-
Release notes:
4+
## v2.7.5
75

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

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

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)
1512

1613
Other enhancements:
1714

@@ -28,6 +25,9 @@ Bug fixes:
2825
[#5597](https://github.com/commercialhaskell/stack/pull/5597)
2926
* Fix failure to find package when a dependency is shared between projects.
3027
[#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+
3131

3232
## v2.7.3
3333

@@ -60,8 +60,6 @@ Bug fixes:
6060
[GHC issue 20074](https://gitlab.haskell.org/ghc/ghc/-/issues/20074)
6161
* Track changes to `setup-config` properly to avoid reconfiguring on every change.
6262
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)
6563

6664

6765
## v2.7.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2021, Stack contributors
1+
Copyright (c) 2015-2022, Stack contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

doc/yaml_configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ templates:
937937
author-name: Your Name
938938
author-email: [email protected]
939939
category: Your Projects Category
940-
copyright: 'Copyright (c) 2021 Your Name'
940+
copyright: 'Copyright (c) 2022 Your Name'
941941
github-username: yourusername
942942
```
943943

etc/scripts/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2021, Stack contributors
1+
Copyright (c) 2015-2022, Stack contributors
22

33
All rights reserved.
44

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ site_description: The Haskell Tool Stack
33
site_author: Stack contributors
44
repo_url: https://github.com/commercialhaskell/stack/
55
edit_uri: edit/stable/doc/
6-
copyright: Copyright (c) 2015-2021, Stack contributors
6+
copyright: Copyright (c) 2015-2022, Stack contributors
77
docs_dir: doc
88
site_dir: _site
99
theme: readthedocs

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.7.4'
2+
version: '2.7.5'
33
synopsis: The Haskell Tool Stack
44
description: |
55
Please see the documentation at <https://docs.haskellstack.org>

stack.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: stack
8-
version: 2.7.4
8+
version: 2.7.5
99
synopsis: The Haskell Tool Stack
1010
description: Please see the documentation at <https://docs.haskellstack.org>
1111
for usage information.

0 commit comments

Comments
 (0)