Go to file
Julian Ospald c12e652817
Update ghcup artifacts to 0.1.17.5
2022-02-26 18:39:42 +01:00
.github/workflows Add ghcup-gen 2021-10-27 15:28:43 +02:00
ghcup-gen Revert "Don't make missing i386 alpine fatal" 2022-01-05 11:46:20 +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 Remove alex workaround 2022-01-28 23:43:40 +01:00
ghcup-0.0.1.json Update ghcup artifacts to 0.1.17.5 2022-02-26 18:39:42 +01: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 Update ghcup artifacts to 0.1.17.5 2022-02-26 18:39:42 +01:00
ghcup-0.0.2.yaml.sig Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.3.yaml Update ghcup artifacts to 0.1.17.5 2022-02-26 18:39:42 +01: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 Update ghcup artifacts to 0.1.17.5 2022-02-26 18:39:42 +01:00
ghcup-0.0.4.yaml.sig Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.5.yaml Update ghcup artifacts to 0.1.17.5 2022-02-26 18:39:42 +01:00
ghcup-0.0.5.yaml.sig Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.6.yaml Update ghcup artifacts to 0.1.17.5 2022-02-26 18:39:42 +01:00
ghcup-0.0.6.yaml.sig Mark GHC 9.0.1 as old 2022-02-19 23:33:26 +01:00
ghcup-0.0.7.yaml Update ghcup artifacts to 0.1.17.5 2022-02-26 18:39:42 +01:00
ghcup-0.0.7.yaml.sig Prepare for ghcup 0.1.17.5 release 2022-02-26 15:23:28 +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'