stack: Update to version 2.1.1

This commit is contained in:
Richard Kuhnt 2019-06-13 18:00:51 +00:00
parent d165a1d3d4
commit b01efc3d6c

View File

@ -1,15 +1,15 @@
{ {
"homepage": "https://www.haskellstack.org", "homepage": "https://www.haskellstack.org",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"version": "1.9.3", "version": "2.1.1",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/commercialhaskell/stack/releases/download/v1.9.3/stack-1.9.3-windows-x86_64.zip", "url": "https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-windows-x86_64.zip",
"hash": "9ff25247ad90478bdea042df2520e7865521d9023ba8dc6eae79875e1b11fcbb" "hash": "e29e816e6fe4e360f702303791f0cba40f0e61a6a8daa1ef33ca7b763becf948"
}, },
"32bit": { "32bit": {
"url": "https://github.com/commercialhaskell/stack/releases/download/v1.9.3/stack-1.9.3-windows-i386.zip", "url": "https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-windows-i386.zip",
"hash": "3d73c8a63503efc387a926a705d2cde013ebc3a991f6f62bfccc12aa62b5b8aa" "hash": "19e5920a7958c2aceb67657948e67130d615b92f9f95678c19a9fa26a6107a69"
} }
}, },
"bin": "stack.exe", "bin": "stack.exe",