2022-04-13 16:45:15 +05:30

45 lines
1.4 KiB
JSON

{
"version": "9.2.2",
"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.2-release/ghc-9.2.2-x86_64-unknown-mingw32.tar.xz",
"hash": "02d0c0cceb9bc14ba42940c83797f819e1903db4a71b630e9bc6d14b6b80298b",
"extract_dir": "ghc-9.2.2-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"
}
}
}
}