{ "version": "9.4.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.4.1-release/ghc-9.4.1-x86_64-unknown-mingw32.tar.xz", "hash": "fdc2d78b8a978e712a4edcc1628e36a36be736d8202107d2d61999ac7a9dc5d0", "extract_dir": "ghc-9.4.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/repositories/46509594/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" } } } }