2021-07-20 20:36:13 -07:00

33 lines
1.0 KiB
JSON

{
"version": "2.7.3",
"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.7.3/stack-2.7.3-windows-x86_64.zip",
"hash": "9f8c406f5ffbe72670c9499959ddab76fa8a378b4f25e3b82700c16c7fd2bad6"
}
},
"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"
}
}
}