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
287287not aim to be compatible with more than one version of the ` Cabal ` package at
288288any time. At the time of writing (February 2024) the package versions are
289289primarily 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
292292A Stack executable makes use of Cabal (the library) through a small 'Setup'
293293executable that it compiles from Haskell source code. The executable compiles
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased changes
3+ ## v2.15.3 - 2024-03-06
44
55Release 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
1111Behavior changes:
1212
1313* ` stack path --global-config ` , ` --programs ` , and ` --local-bin ` no longer set
1414 up Stack's environment.
1515
16- Other enhancements:
17-
1816Bug fixes:
1917
2018* 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:
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
Original file line number Diff line number Diff line change 22spec-version : 0.35.0
33
44name : stack
5- version : ' 2.15.2 '
5+ version : ' 2.15.3 '
66synopsis : The Haskell Tool Stack
77description : |
88 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
55-- see: https://github.com/sol/hpack
66
77name : stack
8- version : 2.15.2
8+ version : 2.15.3
99synopsis : The Haskell Tool Stack
1010description : Please see the documentation at <https://docs.haskellstack.org>
1111 for usage information.
You can’t perform that action at this time.
0 commit comments