Go to file
Julian Ospald 7eac30f2d9
Backport stuff to ghcup-0.0.6.yaml
2022-03-07 00:19:59 +01:00
.github/workflows Add ghcup-gen 2021-10-27 15:28:43 +02:00
ghcup-gen Create subcommand for generating HLS metadata 2022-03-01 01:02:22 +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 ghcup version 2022-03-07 00:01:29 +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 Update signatures 2022-02-26 18:46:26 +01:00
ghcup-0.0.2.json Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.2.json.sig Update signatures 2022-02-26 18:46:26 +01: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 Update signatures 2022-02-26 18:46:26 +01: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 Update signatures 2022-02-26 18:46:26 +01:00
ghcup-0.0.4-rc2.yaml Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.4-rc2.yaml.sig Update signatures 2022-02-26 18:46:26 +01:00
ghcup-0.0.4.yaml Update aarch64-darwin-ghcup-0.1.17.5 ghcup binary 2022-02-26 22:00:30 +01:00
ghcup-0.0.4.yaml.sig Update aarch64-darwin-ghcup-0.1.17.5 ghcup binary 2022-02-26 22:00:30 +01:00
ghcup-0.0.5.yaml Update aarch64-darwin-ghcup-0.1.17.5 ghcup binary 2022-02-26 22:00:30 +01:00
ghcup-0.0.5.yaml.sig Update aarch64-darwin-ghcup-0.1.17.5 ghcup binary 2022-02-26 22:00:30 +01:00
ghcup-0.0.6.yaml Backport stuff to ghcup-0.0.6.yaml 2022-03-07 00:19:59 +01:00
ghcup-0.0.6.yaml.sig Backport stuff to ghcup-0.0.6.yaml 2022-03-07 00:19:59 +01:00
ghcup-0.0.7.yaml Add GHC 9.2.2 2022-03-07 00:17:16 +01:00
ghcup-0.0.7.yaml.sig Add GHC 9.2.2 2022-03-07 00:17:16 +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'