{
    "version": "3.9.3",
    "description": "The Haskell Tool Stack",
    "homepage": "https://www.haskellstack.org",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/commercialhaskell/stack/releases/download/v3.9.3/stack-3.9.3-windows-x86_64.zip",
            "hash": "f7452f2e01e5bf37fb136685ea02b776d11c2ed693524fc4ff0d0b00075c28de"
        }
    },
    "bin": "stack.exe",
    "installer": {
        "script": "Add-Path -Path \"$env:APPDATA\\local\\bin\" -Global:$global"
    },
    "uninstaller": {
        "script": "Remove-Path -Path \"$env:APPDATA\\local\\bin\" -Global:$global"
    },
    "checkver": {
        "github": "https://github.com/commercialhaskell/stack"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/commercialhaskell/stack/releases/download/v$version/stack-$version-windows-x86_64.zip"
            }
        },
        "hash": {
            "url": "$url.sha256"
        }
    }
}
