{ "version": "3.5.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/v3.5.1/stack-3.5.1-windows-x86_64.zip", "hash": "936f0921eb77cbc7e0bb3b122e202ef3b1f15a8439e31560f15ed91e6facb828" } }, "bin": "stack.exe", "installer": { "script": "Add-Path -Path \"$env:APPDATA\\local\\bin\" -Global:$global" }, "uninstaller": { "script": "Remove-Path -Path \"$env:APPDATA\\local\\bin\" -Global:$global" }, "checkver": { "github": "https://github.com/commercialhaskell/stack" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/commercialhaskell/stack/releases/download/v$version/stack-$version-windows-x86_64.zip" } }, "hash": { "url": "$url.sha256" } } }