haskell: Update to version 9.8.2 (#5694)

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
Luca Schlecker 2024-04-18 05:33:52 +02:00 committed by GitHub
parent 9067f1be51
commit 8e0b087e8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{ {
"version": "9.4.1", "version": "9.8.2",
"description": "An advanced, purely functional programming language.", "description": "An advanced, purely functional programming language.",
"homepage": "https://www.haskell.org", "homepage": "https://www.haskell.org",
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
@ -12,9 +12,9 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/commercialhaskell/ghc/releases/download/ghc-9.4.1-release/ghc-9.4.1-x86_64-unknown-mingw32.tar.xz", "url": "https://downloads.haskell.org/~ghc/9.8.2/ghc-9.8.2-x86_64-unknown-mingw32.tar.xz",
"hash": "fdc2d78b8a978e712a4edcc1628e36a36be736d8202107d2d61999ac7a9dc5d0", "hash": "f7d496b850686ea5fbfcecc722ec399ec7acb8d06ebec23bb4dcb9338f430764",
"extract_dir": "ghc-9.4.1-x86_64-unknown-mingw32" "extract_dir": "ghc-9.8.2-x86_64-unknown-mingw32"
} }
}, },
"bin": [ "bin": [
@ -29,14 +29,16 @@
], ],
"env_add_path": "lib\\bin", "env_add_path": "lib\\bin",
"checkver": { "checkver": {
"url": "https://api.github.com/repositories/46509594/tags", "url": "https://www.haskell.org/ghc/download.html",
"jsonpath": "$..name", "regex": "(?s)Current Stable Releases.*?>([\\d.]+)<"
"regex": "ghc-([\\d\\.]+)-release"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/commercialhaskell/ghc/releases/download/ghc-$version-release/ghc-$version-x86_64-unknown-mingw32.tar.xz", "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" "extract_dir": "ghc-$version-x86_64-unknown-mingw32"
} }
} }