2024-05-12 20:25:18 +00:00

33 lines
1.0 KiB
JSON

{
"version": "2.15.7",
"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.15.7/stack-2.15.7-windows-x86_64.zip",
"hash": "fba8cd635982151ca890d2ca73f98a69e05a7387077fdc2d102f52580ba81cdf"
}
},
"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"
}
}
}