Skip to content

Commit 64cf95a

Browse files
committed
Prepare for final release
1 parent cea639d commit 64cf95a

File tree

4 files changed

+9
-25
lines changed

4 files changed

+9
-25
lines changed

ChangeLog.md

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

3-
## Unreleased changes
4-
5-
Release notes:
6-
7-
**Changes since v3.1.0.1:**
8-
9-
Major changes:
10-
11-
Behavior changes:
12-
13-
Other enhancements:
14-
15-
* Add flag `--[no-]allow-newer` to Stack's `build` command, which takes
16-
precedence over the existing `allow-newer` configuration option.
17-
18-
Bug fixes:
19-
20-
* Fix a regression, introduced in Stack 2.15.7, that caused GHC 8.10.7 or
21-
earlier to fail to build a package with a `Custom` build type, if GHC option
22-
`-haddock` was specified.
23-
24-
## v3.1.0.1 (release candidate)
3+
## v3.1.1 2024-07-28
254

265
Release notes:
276

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

10081
Bug fixes:
10182

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

116100
## v2.15.7 - 2024-05-12
117101

cabal.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ constraints:
165165
, socks ==0.6.1
166166
, split ==0.2.5
167167
, splitmix ==0.1.0.5
168-
, stack ==3.1.0.2
168+
, stack ==3.1.1
169169
, static-bytes ==0.1.0
170170
, stm ==2.5.1.0
171171
, stm-chans ==3.0.0.9

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
spec-version: 0.35.0
33

44
name: stack
5-
version: '3.1.0.2'
5+
version: '3.1.1'
66
synopsis: The Haskell Tool Stack
77
description: |
88
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: 3.1.0.2
8+
version: 3.1.1
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)