From a306aba8e30eb1f6f429922cfe286fd644c7961f Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sat, 4 May 2024 16:36:00 +0100 Subject: [PATCH] Prepare for release of 2nd release candidate of Stack 2.15.7 --- ChangeLog.md | 10 +++------- cabal.config | 2 +- package.yaml | 2 +- stack.cabal | 2 +- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index cc90e61dcc..9f41bfd3bb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,9 +1,11 @@ # Changelog -## Unreleased changes +## v2.15.6.3 (release candidate) 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 @@ -11,12 +13,6 @@ Release notes: **Changes since v2.15.6.1:** -Major changes: - -Behavior changes: - -Other enhancements: - Bug fixes: * The hashes that Stack uses to distinguish one build plan from another now diff --git a/cabal.config b/cabal.config index b5c0785592..14955c9cf0 100644 --- a/cabal.config +++ b/cabal.config @@ -163,7 +163,7 @@ constraints: , socks ==0.6.1 , split ==0.2.5 , splitmix ==0.1.0.5 - , stack ==2.15.6.1 + , stack ==2.15.6.3 , static-bytes ==0.1.0 , stm ==2.5.1.0 , stm-chans ==3.0.0.9 diff --git a/package.yaml b/package.yaml index db97099f8c..6bc63c857c 100644 --- a/package.yaml +++ b/package.yaml @@ -2,7 +2,7 @@ spec-version: 0.35.0 name: stack -version: '2.15.6.2' +version: '2.15.6.3' synopsis: The Haskell Tool Stack description: | Please see the documentation at diff --git a/stack.cabal b/stack.cabal index a35519ac28..26c9b75d81 100644 --- a/stack.cabal +++ b/stack.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: stack -version: 2.15.6.2 +version: 2.15.6.3 synopsis: The Haskell Tool Stack description: Please see the documentation at for usage information.