Go to file
Julian Ospald 8e457d1870
Set Cabal 3.6.2.0 as recommended
2021-10-27 15:10:29 +02:00
.github/workflows Add CI, fixes #1 2021-10-27 14:09:18 +02:00
README.md Update README 2021-10-25 21:26:05 +02:00
ghcup-0.0.1.json Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.1.json.sig Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.2.json Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.2.json.sig Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.2.yaml Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.2.yaml.sig Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.3.yaml Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.3.yaml.sig Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.4-rc2.yaml Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.4-rc2.yaml.sig Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.4.yaml Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.4.yaml.sig Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.5.yaml Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.5.yaml.sig Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.6.yaml Set Cabal 3.6.2.0 as recommended 2021-10-27 15:10:29 +02:00
ghcup-0.0.6.yaml.sig Set Cabal 3.6.2.0 as recommended 2021-10-27 15:10:29 +02:00

README.md

GHCup metadata

Adding a new GHC version

  1. open the latest ghcup-<yaml-ver>.yaml
  2. find the latest ghc version (in yaml tree e.g. ghcupDownloads -> GHC -> 8.10.7)
  3. copy-paste it
  4. adjust the version, tags, changelog, source url
  5. adjust the various bindist urls (make sure to also change the yaml anchors)
  6. build the ghcup-gen binary from the ghcup repo
  7. run ghcup-gen -- check -f ghcup-<yaml-ver>.yaml
  8. run ghcup-gen -- check-tarballs -f ghcup-<yaml-ver>.yaml -u 'ghc-8\.10\.8'