scoop_bucket/bucket/ghc.json

35 lines
989 B
JSON
Raw Normal View History

2023-04-06 15:01:54 +09:00
{
2025-02-04 03:00:50 +09:00
"version": "9.12.1",
2023-04-06 15:01:54 +09:00
"description": "An advanced, purely functional programming language.",
"homepage": "https://www.haskell.org",
"license": "BSD-3-Clause",
"notes": [
"Installed GHC from the official binary."
],
"suggest": {
"Stack": "stack"
},
"architecture": {
"64bit": {
2025-02-04 03:00:50 +09:00
"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"
2023-04-06 15:01:54 +09:00
}
},
"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/",
"regex": "GHC ([\\d\\.]+) Released!"
}
2023-04-06 15:23:39 +09:00
}