-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstack.json
32 lines (32 loc) · 1.04 KB
/
stack.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "3.3.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/v3.3.1/stack-3.3.1-windows-x86_64.zip",
"hash": "138251d1f03d6dd4170e1886ca0a4498166067f840ffcd555fb4204c223f8466"
}
},
"bin": "stack.exe",
"installer": {
"script": "Add-Path -Path \"$env:APPDATA\\local\\bin\" -Global:$global"
},
"uninstaller": {
"script": "Remove-Path -Path \"$env:APPDATA\\local\\bin\" -Global:$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"
}
}
}