From 0e0a046883323871a8cb9ac340805f765087c491 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 04:26:29 +0000 Subject: [PATCH] stack: Update to version 2.15.3 --- bucket/stack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stack.json b/bucket/stack.json index 302ce6213c..f052dfd8f5 100644 --- a/bucket/stack.json +++ b/bucket/stack.json @@ -1,12 +1,12 @@ { - "version": "2.15.1", + "version": "2.15.3", "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.1/stack-2.15.1-windows-x86_64.zip", - "hash": "d3ce515e939570887154bc25514fe727cd6f89d1ea24c25ccb3dbcb48a4c30a7" + "url": "https://github.com/commercialhaskell/stack/releases/download/v2.15.3/stack-2.15.3-windows-x86_64.zip", + "hash": "76974ef3c3c5e37b92bb2dffea318e3ef492ed31edf7663efbf1ee2d5fd1a1de" } }, "bin": "stack.exe",