Go to file
Julian Ospald e199e9bc99
Improve toolRequirements for Darwin M1
2021-12-04 20:39:08 +01:00
.github/workflows Add ghcup-gen 2021-10-27 15:28:43 +02:00
ghcup-gen Bump to latest ghcup 2021-11-13 21:21:19 +01: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 Bump to latest ghcup 2021-11-13 21:21:19 +01: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 Improve toolRequirements for Darwin M1 2021-12-04 20:39:08 +01:00
ghcup-0.0.6.yaml.sig Improve toolRequirements for Darwin M1 2021-12-04 20:39:08 +01: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'