From f590e0165b5ab92f5f7f87f8aa55852e1972ee25 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sun, 12 May 2024 15:57:37 +0100 Subject: [PATCH] Prepare for release of Stack 2.15.7 --- ChangeLog.md | 20 ++++---------------- cabal.config | 2 +- package.yaml | 2 +- stack.cabal | 2 +- 4 files changed, 7 insertions(+), 19 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9f41bfd3bb..b0d39f97b6 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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: @@ -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 diff --git a/cabal.config b/cabal.config index 88db5ef1ec..a5950576a7 100644 --- a/cabal.config +++ b/cabal.config @@ -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 diff --git a/package.yaml b/package.yaml index 6bc63c857c..9aa76854ce 100644 --- a/package.yaml +++ b/package.yaml @@ -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 diff --git a/stack.cabal b/stack.cabal index 26c9b75d81..3ae6371f42 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.3 +version: 2.15.7 synopsis: The Haskell Tool Stack description: Please see the documentation at for usage information.