From 4d54785d9ce77a8dbd401f822a83eab91c30a960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 8 May 2021 07:03:20 +0200 Subject: [PATCH] stack: Update to version 2.7.1 --- bucket/stack.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/stack.json b/bucket/stack.json index 4d5e79c16e..e3015aab66 100644 --- a/bucket/stack.json +++ b/bucket/stack.json @@ -1,12 +1,12 @@ { - "version": "2.5.1", + "version": "2.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/v2.5.1/stack-2.5.1-windows-x86_64.zip", - "hash": "925fcc22e8f40465d2f6a5f9e23a49178d650bd8c6caa3d820c80258a8232a8b" + "url": "https://github.com/commercialhaskell/stack/releases/download/v2.7.1/stack-2.7.1-windows-x86_64.zip", + "hash": "12729150cbbd0e5007fc59a70ed17a9ba4ef1430e24d3e440b435128a3029ab1" } }, "bin": "stack.exe",