From 95522b89ed7484d951a45fe551c33f4669f7e7bb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 20:29:01 +0000 Subject: [PATCH] stack: Update to version 3.7.1 --- bucket/stack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stack.json b/bucket/stack.json index ec97501161..a5fecb186f 100644 --- a/bucket/stack.json +++ b/bucket/stack.json @@ -1,12 +1,12 @@ { - "version": "3.5.1", + "version": "3.7.1", "description": "The Haskell Tool Stack", "homepage": "https://www.haskellstack.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://github.com/commercialhaskell/stack/releases/download/v3.5.1/stack-3.5.1-windows-x86_64.zip", - "hash": "936f0921eb77cbc7e0bb3b122e202ef3b1f15a8439e31560f15ed91e6facb828" + "url": "https://github.com/commercialhaskell/stack/releases/download/v3.7.1/stack-3.7.1-windows-x86_64.zip", + "hash": "6a7afbd56f511bcd13553cfc8ce3329621d1648cf2c858cb45b4fc6a9158d992" } }, "bin": "stack.exe",