File tree Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ depends at any time are specified by `package.yaml` and `stack.yaml`. It does
287
287
not aim to be compatible with more than one version of the ` Cabal ` package at
288
288
any time. At the time of writing (February 2024) the package versions are
289
289
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 ` .
291
291
292
292
A Stack executable makes use of Cabal (the library) through a small 'Setup'
293
293
executable that it compiles from Haskell source code. The executable compiles
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased changes
3
+ ## v2.15.3 - 2024-03-06
4
4
5
5
Release notes:
6
6
7
- ** Changes since v2.15.1: **
7
+ * With one exception, this release fixes bugs.
8
8
9
- Major changes:
9
+ ** Changes since v2.15.1: **
10
10
11
11
Behavior changes:
12
12
13
13
* ` stack path --global-config ` , ` --programs ` , and ` --local-bin ` no longer set
14
14
up Stack's environment.
15
15
16
- Other enhancements:
17
-
18
16
Bug fixes:
19
17
20
18
* Due to a bug, Stack 2.15.1 did not support versions of GHC before 8.2. Stack
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ constraints:
130
130
, open-browser == 0.2.1.0
131
131
, optparse-applicative == 0.18.1.0
132
132
, optparse-simple == 0.1.1.4
133
- , pantry == 0.9.3.1
133
+ , pantry == 0.9.3.2
134
134
, parsec == 3.1.16.1
135
135
, parser-combinators == 1.3.0
136
136
, path == 0.9.5
@@ -163,7 +163,7 @@ constraints:
163
163
, socks == 0.6.1
164
164
, split == 0.2.5
165
165
, splitmix == 0.1.0.5
166
- , stack == 2.15.2
166
+ , stack == 2.15.3
167
167
, static-bytes == 0.1.0
168
168
, stm == 2.5.1.0
169
169
, stm-chans == 3.0.0.9
Original file line number Diff line number Diff line change 2
2
spec-version : 0.35.0
3
3
4
4
name : stack
5
- version : ' 2.15.2 '
5
+ version : ' 2.15.3 '
6
6
synopsis : The Haskell Tool Stack
7
7
description : |
8
8
Please see the documentation at <https://docs.haskellstack.org>
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.0
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : stack
8
- version : 2.15.2
8
+ version : 2.15.3
9
9
synopsis : The Haskell Tool Stack
10
10
description : Please see the documentation at <https://docs.haskellstack.org>
11
11
for usage information.
You can’t perform that action at this time.
0 commit comments