{
    "##": "can't shim cabal.exe, as it needs to be renamed by post-install, so just add bin to $PATH",
    "version": "7.8.3",
    "description": "Haskell toolchains including GHC (the compiler) and build tools (Cabal)",
    "homepage": "https://www.haskell.org",
    "license": "GPL-3.0-only",
    "url": [
        "https://www.haskell.org/ghc/dist/7.8.3/ghc-7.8.3-i386-unknown-mingw32.tar.xz",
        "https://www.haskell.org/cabal/release/cabal-install-1.20.0.2/cabal-i386-unknown-mingw32.tar.gz"
    ],
    "hash": [
        "36767522f90d52015cc0aeebccffe6a927b8e033002887cff45ad3900bc82f6b",
        "7f8add65c98214ee76757d9dfd35f0e18f7799d04343a50593c9f6ff86ffe5a1"
    ],
    "extract_dir": [
        "ghc-7.8.3",
        ""
    ],
    "post_install": "Move-Item \"$dir\\cabal.exe\" \"$dir\\bin\"",
    "env_add_path": "bin"
}
