mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2024-11-22 15:10:12 +09:00
33 lines
No EOL
896 B
JSON
33 lines
No EOL
896 B
JSON
{
|
|
"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",
|
|
"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!"
|
|
}
|
|
} |