Skip to content

Commit

Permalink
Prepare for release of Stack 2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Mar 5, 2024
1 parent 9b89e9b commit 2d83f99
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ depends at any time are specified by `package.yaml` and `stack.yaml`. It does
not aim to be compatible with more than one version of the `Cabal` package at
any time. At the time of writing (February 2024) the package versions are
primarily ones in Stackage snapshot LTS Haskell 22.7 (for GHC 9.6.4), together
with extra-deps to depend on the latest version of `process`.
with extra-deps to depend on the latest version of `pantry` and `process`.

A Stack executable makes use of Cabal (the library) through a small 'Setup'
executable that it compiles from Haskell source code. The executable compiles
Expand Down
8 changes: 3 additions & 5 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
# Changelog

## Unreleased changes
## v2.15.3 - 2024-03-06

Release notes:

**Changes since v2.15.1:**
* With one exception, this release fixes bugs.

Major changes:
**Changes since v2.15.1:**

Behavior changes:

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

Other enhancements:

Bug fixes:

* Due to a bug, Stack 2.15.1 did not support versions of GHC before 8.2. Stack
Expand Down
4 changes: 2 additions & 2 deletions cabal.config
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ constraints:
, open-browser ==0.2.1.0
, optparse-applicative ==0.18.1.0
, optparse-simple ==0.1.1.4
, pantry ==0.9.3.1
, pantry ==0.9.3.2
, parsec ==3.1.16.1
, parser-combinators ==1.3.0
, path ==0.9.5
Expand Down Expand Up @@ -163,7 +163,7 @@ constraints:
, socks ==0.6.1
, split ==0.2.5
, splitmix ==0.1.0.5
, stack ==2.15.2
, stack ==2.15.3
, 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: '2.15.2'
version: '2.15.3'
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: 2.15.2
version: 2.15.3
synopsis: The Haskell Tool Stack
description: Please see the documentation at <https://docs.haskellstack.org>
for usage information.
Expand Down

0 comments on commit 2d83f99

Please sign in to comment.