Skip to content

Commit

Permalink
Prepare for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Jul 28, 2024
1 parent cea639d commit 64cf95a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 25 deletions.
28 changes: 6 additions & 22 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
# Changelog

## Unreleased changes

Release notes:

**Changes since v3.1.0.1:**

Major changes:

Behavior changes:

Other enhancements:

* Add flag `--[no-]allow-newer` to Stack's `build` command, which takes
precedence over the existing `allow-newer` configuration option.

Bug fixes:

* Fix a regression, introduced in Stack 2.15.7, that caused GHC 8.10.7 or
earlier to fail to build a package with a `Custom` build type, if GHC option
`-haddock` was specified.

## v3.1.0.1 (release candidate)
## v3.1.1 2024-07-28

Release notes:

Expand Down Expand Up @@ -96,6 +75,8 @@ Other enhancements:
* In YAML configuration files, the `file-watch-hook` key is introduced to allow
`--file-watch` post-processing to be customised with a executable or `sh`
shell script.
* Add flag `--[no-]allow-newer` to Stack's `build` command, which takes
precedence over the existing `allow-newer` configuration option.

Bug fixes:

Expand All @@ -112,6 +93,9 @@ Bug fixes:
to parse an (otherwise ignored) project-level configuration file.
* Stack no longer makes recommendations about a project-level configuration file
when only a global configuration file is in use.
* Fix a regression, introduced in Stack 2.15.7, that caused GHC 8.10.7 or
earlier to fail to build a package with a `Custom` build type, if GHC option
`-haddock` was specified.

## v2.15.7 - 2024-05-12

Expand Down
2 changes: 1 addition & 1 deletion cabal.config
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ constraints:
, socks ==0.6.1
, split ==0.2.5
, splitmix ==0.1.0.5
, stack ==3.1.0.2
, stack ==3.1.1
, static-bytes ==0.1.0
, stm ==2.5.1.0
, stm-chans ==3.0.0.9
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
spec-version: 0.35.0

name: stack
version: '3.1.0.2'
version: '3.1.1'
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: 3.1.0.2
version: 3.1.1
synopsis: The Haskell Tool Stack
description: Please see the documentation at <https://docs.haskellstack.org>
for usage information.
Expand Down

0 comments on commit 64cf95a

Please sign in to comment.