From f8dc554dc5dcae9ec69059099f0cb1e576599674 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 May 2023 00:34:11 +0000 Subject: [PATCH] stack: Update to version 2.11.1 --- bucket/stack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stack.json b/bucket/stack.json index 6960a51f7b..6773e9e4ea 100644 --- a/bucket/stack.json +++ b/bucket/stack.json @@ -1,12 +1,12 @@ { - "version": "2.9.3", + "version": "2.11.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.9.3/stack-2.9.3-windows-x86_64.zip", - "hash": "9403e374429aaab4d8843d9ed1bb616f7c94bea81fee0f594412b8bbb6b98970" + "url": "https://github.com/commercialhaskell/stack/releases/download/v2.11.1/stack-2.11.1-windows-x86_64.zip", + "hash": "56a9394b3be8058206aa1efa23ea40cd8a3afbfd295432de7a81d72e86615087" } }, "bin": "stack.exe",