Luca Schlecker 8e0b087e8f
haskell: Update to version 9.8.2 (#5694)
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
2024-04-18 11:33:52 +08:00

47 lines
1.4 KiB
JSON

{
"version": "9.8.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://downloads.haskell.org/~ghc/9.8.2/ghc-9.8.2-x86_64-unknown-mingw32.tar.xz",
"hash": "f7d496b850686ea5fbfcecc722ec399ec7acb8d06ebec23bb4dcb9338f430764",
"extract_dir": "ghc-9.8.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://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"
}
}
}
}