Skip to content

Commit

Permalink
Prepare for release of 1st release candidate of Stack 2.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Apr 27, 2024
1 parent 91e2323 commit 5b3b619
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Changelog

## Unreleased changes
## v2.15.6.1 (release candidate)

Release notes:

* This release fixes potential bugs.

**Changes since v2.15.5:**

Major changes:
Expand All @@ -17,14 +19,12 @@ Behaviour changes:
`stack-initial-build-steps`, no longer uses Cabal's `replHook` to apply
`initialBuildSteps` but takes a more direct approach.

Other enhancements:

Bug fixes:

* Fix a regression introduced in Stack 2.15.1 that caused a 'no operation'
`stack build` to be slower than previously.

## v2.15.5 - 2024-03-28
## v2.15.5 - 2024-03-28

Release notes:

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

0 comments on commit 5b3b619

Please sign in to comment.