{ "version": "2.9.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.1/stack-2.9.1-windows-x86_64.zip", "hash": "5bbf72847b9978bcc8f23b4db3f1b9f76e85628086f85b6b29aa5d6a7ba4497d" } }, "bin": "stack.exe", "installer": { "script": "add_first_in_path \"$env:APPDATA\\local\\bin\" $global" }, "uninstaller": { "script": "remove_from_path \"$env:APPDATA\\local\\bin\" $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" } } }