From ea5249ddc2c57ea260b8895a5e4fc0d96918b35e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:32:43 +0000 Subject: [PATCH] stack: Update to version 2.15.1 --- bucket/stack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stack.json b/bucket/stack.json index 50b9727087..302ce6213c 100644 --- a/bucket/stack.json +++ b/bucket/stack.json @@ -1,12 +1,12 @@ { - "version": "2.13.1", + "version": "2.15.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/v2.13.1/stack-2.13.1-windows-x86_64.zip", - "hash": "fc91369194dcf8ebdf6450f4ee1053088ecc20d5ea16faa260b498d9182777f1" + "url": "https://github.com/commercialhaskell/stack/releases/download/v2.15.1/stack-2.15.1-windows-x86_64.zip", + "hash": "d3ce515e939570887154bc25514fe727cd6f89d1ea24c25ccb3dbcb48a4c30a7" } }, "bin": "stack.exe",