{ "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+([\\d.]+)<\\/strong>" }, "autoupdate": { "architecture": { "64bit": { "url": "https://haskell.org/platform/download/$version/HaskellPlatform-$version-core-x86_64-setup.exe" } } } }