Go to file
Julian Ospald f16faca114
Add ghcup-gen
2021-10-27 15:28:43 +02:00
.github/workflows Add ghcup-gen 2021-10-27 15:28:43 +02:00
ghcup-gen Add ghcup-gen 2021-10-27 15:28:43 +02:00
.gitignore Add ghcup-gen 2021-10-27 15:28:43 +02:00
README.md Add ghcup-gen 2021-10-27 15:28:43 +02:00
cabal.project Add ghcup-gen 2021-10-27 15:28:43 +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 Update ghcup to 0.1.17.3 2021-10-27 14:26:29 +02:00
ghcup-0.0.6.yaml.sig Update ghcup to 0.1.17.3 2021-10-27 14:26: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. run cabal run ghcup-gen -- check -f ghcup-<yaml-ver>.yaml
  7. run cabal run ghcup-gen -- check-tarballs -f ghcup-<yaml-ver>.yaml -u 'ghc-8\.10\.8'