{
    "version": "3.16.1.0",
    "description": "Cabal is a system for building and packaging Haskell libraries and programs.",
    "homepage": "https://www.haskell.org/cabal/",
    "license": "BSD-3-Clause",
    "suggest": {
        "Haskell": "haskell"
    },
    "architecture": {
        "64bit": {
            "url": "https://downloads.haskell.org/~cabal/cabal-install-latest/cabal-install-3.16.1.0-x86_64-windows.zip",
            "hash": "7f760fd4afde9bf3f592d71055c1ad6068d297c45244a3f71a5d7cad484d5afd"
        }
    },
    "bin": "cabal.exe",
    "checkver": {
        "url": "https://downloads.haskell.org/~cabal/cabal-install-latest/",
        "regex": "cabal-install-([\\d.-]+)-x86_64-windows.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://downloads.haskell.org/~cabal/cabal-install-latest/cabal-install-$version-x86_64-windows.zip"
            }
        },
        "hash": {
            "url": "$baseurl/SHA256SUMS"
        }
    }
}
