485 B
485 B
GHCup metadata
Adding a new GHC version
- open the latest
ghcup-<yaml-ver>.yaml
- find the latest ghc version (in yaml tree e.g.
ghcupDownloads -> GHC -> 8.10.7
) - copy-paste it
- adjust the version, tags, changelog, source url
- adjust the various bindist urls (make sure to also change the yaml anchors)
- run
cabal run ghcup-gen -- check -f ghcup-<yaml-ver>.yaml
- run
cabal run ghcup-gen -- check-tarballs -f ghcup-<yaml-ver>.yaml -u 'ghc-8\.10\.8'