{ "homepage": "https://www.haskellstack.org", "license": "BSD 3-Clause", "version": "1.6.1", "architecture": { "64bit": { "url": "https://github.com/commercialhaskell/stack/releases/download/v1.6.1/stack-1.6.1-windows-x86_64.zip", "hash": "9961a70f35c4ded26ea9e5258852b4b25fb07f03cec920f5ae649f0f5f77c2e6" }, "32bit": { "url": "https://github.com/commercialhaskell/stack/releases/download/v1.6.1/stack-1.6.1-windows-i386.zip", "hash": "0824ca4dc04546bdb711eab1a391ed553bee41a73c15a063e8424641da5b6e49" } }, "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" }, "32bit": { "url": "https://github.com/commercialhaskell/stack/releases/download/v$version/stack-$version-windows-i386.zip" } } } }