From ef6bf54420ca079e38d0475915b480b93f94e193 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 20:25:18 +0000 Subject: [PATCH] stack: Update to version 2.15.7 --- bucket/stack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stack.json b/bucket/stack.json index 365b1d0b92..6fb0998eea 100644 --- a/bucket/stack.json +++ b/bucket/stack.json @@ -1,12 +1,12 @@ { - "version": "2.15.5", + "version": "2.15.7", "description": "The Haskell Tool Stack", "homepage": "https://www.haskellstack.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/commercialhaskell/stack/releases/download/v2.15.5/stack-2.15.5-windows-x86_64.zip", - "hash": "419aa63fd8e93d241e2b41e981bbee0ca6129fb95f062b76bb7b2243bd70abf8" + "url": "https://github.com/commercialhaskell/stack/releases/download/v2.15.7/stack-2.15.7-windows-x86_64.zip", + "hash": "fba8cd635982151ca890d2ca73f98a69e05a7387077fdc2d102f52580ba81cdf" } }, "bin": "stack.exe",