Skip to content

Commit

Permalink
v2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Mar 5, 2022
1 parent 8b38c2f commit ba147e6
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Report a bug in Stack

Please follow the steps below for reporting a bug:

Make sure that you are using the latest release (currently stack-2.7.3).
Make sure that you are using the latest release (currently stack-2.7.5).
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.

Please use the following schema for your bug report:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature Request
about: Request a feature be added to Stack, or discuss such a feature
---

Make sure that you are using the latest release (currently stack-2.7.3).
Make sure that you are using the latest release (currently stack-2.7.5).
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.

Please state as clearly as possible what feature you are recommending,
Expand Down
14 changes: 6 additions & 8 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# Changelog


## Unreleased changes

Release notes:
## v2.7.5

**Changes since v2.7.3:**

Major changes:

Behavior changes:

* cloning git repositories isn't per sub-directory anymore, see [#5411](https://github.com/commercialhaskell/stack/issues/5411)
* Cloning git repositories isn't per sub-directory anymore, see
[#5411](https://github.com/commercialhaskell/stack/issues/5411)

Other enhancements:

Expand All @@ -28,6 +25,9 @@ Bug fixes:
[#5597](https://github.com/commercialhaskell/stack/pull/5597)
* Fix failure to find package when a dependency is shared between projects.
[#5680](https://github.com/commercialhaskell/stack/issues/5680)
* `stack ghci` now uses package flags in `stack.yaml`
[#5434](https://github.com/commercialhaskell/stack/issues/5434)


## v2.7.3

Expand Down Expand Up @@ -60,8 +60,6 @@ Bug fixes:
[GHC issue 20074](https://gitlab.haskell.org/ghc/ghc/-/issues/20074)
* Track changes to `setup-config` properly to avoid reconfiguring on every change.
See [#5578](https://github.com/commercialhaskell/stack/issues/5578)
* `stack ghci` now uses package flags in `stack.yaml`
[#5434](https://github.com/commercialhaskell/stack/issues/5434)


## v2.7.1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2021, Stack contributors
Copyright (c) 2015-2022, Stack contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion doc/yaml_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ templates:
author-name: Your Name
author-email: youremail@example.com
category: Your Projects Category
copyright: 'Copyright (c) 2021 Your Name'
copyright: 'Copyright (c) 2022 Your Name'
github-username: yourusername
```

Expand Down
2 changes: 1 addition & 1 deletion etc/scripts/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015-2021, Stack contributors
Copyright (c) 2015-2022, Stack contributors

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ site_description: The Haskell Tool Stack
site_author: Stack contributors
repo_url: https://github.com/commercialhaskell/stack/
edit_uri: edit/stable/doc/
copyright: Copyright (c) 2015-2021, Stack contributors
copyright: Copyright (c) 2015-2022, Stack contributors
docs_dir: doc
site_dir: _site
theme: readthedocs
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: stack
version: '2.7.4'
version: '2.7.5'
synopsis: The Haskell Tool Stack
description: |
Please see the documentation at <https://docs.haskellstack.org>
Expand Down
2 changes: 1 addition & 1 deletion stack.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.0
-- see: https://github.com/sol/hpack

name: stack
version: 2.7.4
version: 2.7.5
synopsis: The Haskell Tool Stack
description: Please see the documentation at <https://docs.haskellstack.org>
for usage information.
Expand Down

0 comments on commit ba147e6

Please sign in to comment.