2022-06-07 16:30:31 +00:00

45 lines
1.4 KiB
JSON

{
"version": "9.2.3",
"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.3-release/ghc-9.2.3-x86_64-unknown-mingw32.tar.xz",
"hash": "0543d80c1ef453a5f82d0a2bc436f93d2feb3d5855114c8a78a12c561c9bc8df",
"extract_dir": "ghc-9.2.3-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"
}
}
}
}