2024-12-16 12:32:35 +00:00

47 lines
1.4 KiB
JSON

{
"version": "9.12.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://downloads.haskell.org/~ghc/9.12.1/ghc-9.12.1-x86_64-unknown-mingw32.tar.xz",
"hash": "22dc942be1b968d5e28e75c06aba52829d0c52d9234bc9941df9ab2a0e2a610d",
"extract_dir": "ghc-9.12.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://www.haskell.org/ghc/download.html",
"regex": "(?s)Current Stable Releases.*?>([\\d.]+)<"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.haskell.org/~ghc/$version/ghc-$version-x86_64-unknown-mingw32.tar.xz",
"hash": {
"url": "$baseurl/SHA256SUMS"
},
"extract_dir": "ghc-$version-x86_64-unknown-mingw32"
}
}
}
}