scoop_bucket/bucket/ghc.json

34 lines
984 B
JSON
Raw Normal View History

2023-04-06 15:01:54 +09:00
{
"version": "9.6.1",
"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": {
"url": "https://downloads.haskell.org/~ghc/9.6.1/ghc-9.6.1-x86_64-unknown-mingw32.tar.xz",
2023-04-06 15:20:50 +09:00
"hash": "6121a889839d8b409f082169365bbfb6ed9e6a1f6ff0531d577ef7c2a9a417fb",
2023-04-06 15:01:54 +09:00
"extract_dir": "ghc-9.6.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/",
"regex": "GHC ([\\d\\.]+) Released!"
}
}