mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://www.haskell.org",
|
|
"version": "8.2.2",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://haskell.org/platform/download/8.2.2/HaskellPlatform-8.2.2-core-x86_64-setup.exe",
|
|
"hash": "a33fd0c9b017d089f24db7cf52cd6642319e1a21f1f07e9f6ddae32dff8c6264"
|
|
}
|
|
},
|
|
"installer": {
|
|
"args": [
|
|
"/S",
|
|
"/D=$dir"
|
|
]
|
|
},
|
|
"uninstaller": {
|
|
"file": "Uninstall.exe",
|
|
"args": "/S"
|
|
},
|
|
"bin": [
|
|
"bin\\ghc.exe",
|
|
"bin\\ghci.exe",
|
|
"bin\\ghc-pkg.exe",
|
|
"bin\\haddock.exe",
|
|
"bin\\hp2ps.exe",
|
|
"bin\\hpc.exe",
|
|
"bin\\hsc2hs.exe",
|
|
"bin\\runghc.exe",
|
|
"bin\\runhaskell.exe",
|
|
"lib\\extralibs\\bin\\cabal.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.haskell.org/platform/windows.html",
|
|
"re": "The latest version of the Haskell Platform for Windows is\\s+<strong>([\\d.]+)<\\/strong>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://haskell.org/platform/download/$version/HaskellPlatform-$version-core-x86_64-setup.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|