2021-11-11 01:00:46 +00:00

45 lines
1.4 KiB
JSON

{
"version": "9.2.1",
"description": "An advanced, purely functional programming language.",
"homepage": "https://www.haskell.org",
"license": "BSD-3-Clause",
"notes": [
"For Haskell Stack, please install 'stack'.",
"For 32bit Haskell, please install 'versions/haskell863'."
],
"suggest": {
"Stack": "stack"
},
"architecture": {
"64bit": {
"url": "https://github.com/commercialhaskell/ghc/releases/download/ghc-9.2.1-release/ghc-9.2.1-x86_64-unknown-mingw32.tar.xz",
"hash": "649e04abd4fa35796070b35de1c353721507a49842b18663aa1c7adc6b4115d8",
"extract_dir": "ghc-9.2.1-x86_64-unknown-mingw32"
}
},
"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"
],
"env_add_path": "lib\\bin",
"checkver": {
"url": "https://api.github.com/repos/commercialhaskell/ghc/tags",
"jsonpath": "$.name",
"regex": "ghc-([\\d\\.]+)-release"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/commercialhaskell/ghc/releases/download/ghc-$version-release/ghc-$version-x86_64-unknown-mingw32.tar.xz",
"extract_dir": "ghc-$version-x86_64-unknown-mingw32"
}
}
}
}