{ "version": "9.0.1", "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://github.com/commercialhaskell/ghc/releases/download/ghc-9.0.1-release/ghc-9.0.1-x86_64-unknown-mingw32.tar.xz", "hash": "4f4ab118df01cbc7e7c510096deca0cb25025339a97730de0466416296202493", "extract_dir": "ghc-9.0.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://api.github.com/repos/commercialhaskell/ghc/tags", "jsonpath": "$.name", "regex": "ghc-([\\d\\.]+)-release" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/commercialhaskell/ghc/releases/download/ghc-$version-release/ghc-$version-x86_64-unknown-mingw32.tar.xz", "extract_dir": "ghc-$version-x86_64-unknown-mingw32" } } } }