{ "homepage": "https://www.haskellstack.org", "license": "BSD-3-Clause", "version": "1.9.3", "architecture": { "64bit": { "url": "https://github.com/commercialhaskell/stack/releases/download/v1.9.3/stack-1.9.3-windows-x86_64.zip", "hash": "9ff25247ad90478bdea042df2520e7865521d9023ba8dc6eae79875e1b11fcbb" }, "32bit": { "url": "https://github.com/commercialhaskell/stack/releases/download/v1.9.3/stack-1.9.3-windows-i386.zip", "hash": "3d73c8a63503efc387a926a705d2cde013ebc3a991f6f62bfccc12aa62b5b8aa" } }, "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" } } } }