At least from ghcup side, it isn't hard to support. It can already be done manually:
ghcup -n install ghc -u '{"dlHash": "", "dlSubdir": { "RegexDir": "ghc-.*"}, "dlUri": "https://gitlab.haskell.org/api/v4/projects/1/jobs/artifacts/master/raw/ghc-x86_64-fedora27-linux.tar.xz?job=validate-x86_64-linux-fedora27" }' head
This doesn't do platform detection etc, but it wouldn't be hard to support something like ghcup install ghc HEAD.
I'm not sure about chocolatey, but the GHC CI job also builds windows artifacts: https://gitlab.haskell.org/ghc/ghc/pipelines/24056
At least from ghcup side, it isn't hard to support. It can already be done manually:
This doesn't do platform detection etc, but it wouldn't be hard to support something like
ghcup install ghc HEAD.I'm not sure about chocolatey, but the GHC CI job also builds windows artifacts: https://gitlab.haskell.org/ghc/ghc/pipelines/24056