Skip to content

Commit 2d83f99

Browse files
committed
Prepare for release of Stack 2.15.3
1 parent 9b89e9b commit 2d83f99

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ depends at any time are specified by `package.yaml` and `stack.yaml`. It does
287287
not aim to be compatible with more than one version of the `Cabal` package at
288288
any time. At the time of writing (February 2024) the package versions are
289289
primarily ones in Stackage snapshot LTS Haskell 22.7 (for GHC 9.6.4), together
290-
with extra-deps to depend on the latest version of `process`.
290+
with extra-deps to depend on the latest version of `pantry` and `process`.
291291

292292
A Stack executable makes use of Cabal (the library) through a small 'Setup'
293293
executable that it compiles from Haskell source code. The executable compiles

ChangeLog.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
# Changelog
22

3-
## Unreleased changes
3+
## v2.15.3 - 2024-03-06
44

55
Release notes:
66

7-
**Changes since v2.15.1:**
7+
* With one exception, this release fixes bugs.
88

9-
Major changes:
9+
**Changes since v2.15.1:**
1010

1111
Behavior changes:
1212

1313
* `stack path --global-config`, `--programs`, and `--local-bin` no longer set
1414
up Stack's environment.
1515

16-
Other enhancements:
17-
1816
Bug fixes:
1917

2018
* Due to a bug, Stack 2.15.1 did not support versions of GHC before 8.2. Stack

cabal.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ constraints:
130130
, open-browser ==0.2.1.0
131131
, optparse-applicative ==0.18.1.0
132132
, optparse-simple ==0.1.1.4
133-
, pantry ==0.9.3.1
133+
, pantry ==0.9.3.2
134134
, parsec ==3.1.16.1
135135
, parser-combinators ==1.3.0
136136
, path ==0.9.5
@@ -163,7 +163,7 @@ constraints:
163163
, socks ==0.6.1
164164
, split ==0.2.5
165165
, splitmix ==0.1.0.5
166-
, stack ==2.15.2
166+
, stack ==2.15.3
167167
, static-bytes ==0.1.0
168168
, stm ==2.5.1.0
169169
, 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: '2.15.2'
5+
version: '2.15.3'
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: 2.15.2
8+
version: 2.15.3
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)