Skip to content

Commit

Permalink
Merge branch 'stable' into merge-stable
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Aug 5, 2020
2 parents b3cf794 + d0661e4 commit e6fac1a
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 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.3.1).
Make sure that you are using the latest release (currently stack-2.3.3).
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.3.1).
Make sure that you are using the latest release (currently stack-2.3.3).
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
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
run: |
set -ex
# Work around 'git status' always showing symlinks modified on Windows; see
# https://github.com/git-for-windows/git/issues/2653#issuecomment-640234081
git config --global core.fscache false
stack upgrade || curl -sSL https://get.haskellstack.org/ | sh -s - -f
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]
Expand Down
17 changes: 13 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Release notes:

**Changes since v2.3.1**
**Changes since v2.3.3**

Major changes:
* Add the `snapshot-location-base` yaml configuration option, which allows to override the default location of
Expand All @@ -27,6 +27,18 @@ Other enhancements:
[#5280](https://github.com/commercialhaskell/stack/issues/5280)
* Build failures now show a hint to scroll up to the corresponding section
[#5279](https://github.com/commercialhaskell/stack/issues/5279)

Bug fixes:

* Fix `stack test --coverage` when using Cabal 3


## v2.3.3

**Changes since v2.3.1**

Other enhancements:

* Add the `stack-developer-mode` flag

Bug fixes:
Expand All @@ -35,13 +47,10 @@ Bug fixes:
* Fix the problem of `stack repl foo:test:bar` failing without a project
build before that. See
[#5213](https://github.com/commercialhaskell/stack/issues/5213)

* Fix `stack sdist` introducing unneded sublibrary syntax when using
pvp-bounds. See
[#5289](https://github.com/commercialhaskell/stack/issues/5289)

* Fix `stack test --coverage` when using Cabal 3

## v2.3.1

Release notes:
Expand Down
2 changes: 0 additions & 2 deletions stack-ghc-810.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ nix:
- unzip
flags:
stack:
hide-dependency-versions: true
supported-build: true
developer-mode: true

ghc-options:
Expand Down
2 changes: 0 additions & 2 deletions stack-ghc-88.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ nix:
- unzip
flags:
stack:
hide-dependency-versions: true
supported-build: true
developer-mode: true

ghc-options:
Expand Down

0 comments on commit e6fac1a

Please sign in to comment.