Skip to content

Commit

Permalink
Prepare for release of Stack 2.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed May 12, 2024
1 parent ff02250 commit f590e01
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 19 deletions.
20 changes: 4 additions & 16 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,15 @@
# Changelog

## v2.15.6.3 (release candidate)
## v2.15.7 - 2024-05-12

Release notes:

* This release fixes potential bugs.

* The hash that Stack uses to distinguish one build plan from another has
changed for plans that set (as opposed to unset) manually Cabal flags for
immutable dependencies. This will cause Stack to rebuild dependencies for such
plans.

**Changes since v2.15.6.1:**

Bug fixes:

* The hashes that Stack uses to distinguish one build plan from another now
include the Cabal flags for immutable dependencies set manually. Previously,
in error, only such flags that were unset manually were included.

## v2.15.6.1 (release candidate)

Release notes:

* This release fixes potential bugs.

**Changes since v2.15.5:**

Major changes:
Expand All @@ -42,6 +27,9 @@ Bug fixes:

* Fix a regression introduced in Stack 2.15.1 that caused a 'no operation'
`stack build` to be slower than previously.
* The hashes that Stack uses to distinguish one build plan from another now
include the Cabal flags for immutable dependencies set manually. Previously,
in error, only such flags that were unset manually were included.

## v2.15.5 - 2024-03-28

Expand Down
2 changes: 1 addition & 1 deletion cabal.config
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ constraints:
, socks ==0.6.1
, split ==0.2.5
, splitmix ==0.1.0.5
, stack ==2.15.6.3
, stack ==2.15.7
, 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.6.3'
version: '2.15.7'
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.6.3
version: 2.15.7
synopsis: The Haskell Tool Stack
description: Please see the documentation at <https://docs.haskellstack.org>
for usage information.
Expand Down

0 comments on commit f590e01

Please sign in to comment.