ScoopInstaller_Main/haskell.json
Rémy c066b08ab4 update haskell 8.2.1 / fix autoupdate / drop 32bit (#1675)
* update haskell 8.2.1 / fix autoupdate / drop 32bit

Haskell currently does not provide 32bit, the autoupdate part is
"commented out".

Original note from the haskell page
> The 8.2.1 platform release is for 64 bit Windows only, due to issues
> with GHC 8.2.1 on 32 bit Windows. Future releases are anticipated to
> resume 32 bit support.

* remove offending json key
2017-08-29 18:29:27 +02:00

41 lines
1.1 KiB
JSON

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