ScoopInstaller_Main/haskell.json
Tamás Tóth 3448a2bee2 haskell: Fix hash (closes #2422) (#2457)
The hash can be verified by comparing it with the hash listed on
https://www.haskell.org/platform/windows.html.
2018-08-03 20:08:46 -07:00

44 lines
1.2 KiB
JSON

{
"homepage": "https://www.haskell.org",
"version": "8.4.3",
"architecture": {
"64bit": {
"url": "https://haskell.org/platform/download/8.4.3/HaskellPlatform-8.4.3-core-x86_64-setup.exe",
"hash": "a8a0eed4c19bed251c46e9d31a1668469275ba592f55261a53da91c306093557"
}
},
"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"
}
}
}
}