Go to file
Julian Ospald 359ed3103a
Bump ghcup to 0.1.17.6
2022-03-18 23:23:03 +01:00
.github/workflows Add ghcup-gen 2021-10-27 15:28:43 +02:00
ghcup-gen Fixup html generation 2022-03-18 18:51:55 +01:00
.gitignore Add ghcup-gen 2021-10-27 15:28:43 +02:00
README.md Generate tool tables for docs 2022-03-08 22:22:36 +01:00
cabal.project Update ghcup ref 2022-03-18 21:28:31 +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 Bump ghcup to 0.1.17.6 2022-03-18 23:23:03 +01:00
ghcup-0.0.4.yaml.sig Bump ghcup to 0.1.17.6 2022-03-18 23:23:03 +01:00
ghcup-0.0.5.yaml Bump ghcup to 0.1.17.6 2022-03-18 23:23:03 +01:00
ghcup-0.0.5.yaml.sig Bump ghcup to 0.1.17.6 2022-03-18 23:23:03 +01:00
ghcup-0.0.6.yaml Bump ghcup to 0.1.17.6 2022-03-18 23:23:03 +01:00
ghcup-0.0.6.yaml.sig Bump ghcup to 0.1.17.6 2022-03-18 23:23:03 +01:00
ghcup-0.0.7.yaml Bump ghcup to 0.1.17.6 2022-03-18 23:23:03 +01:00
ghcup-0.0.7.yaml.sig Bump ghcup to 0.1.17.6 2022-03-18 23:23:03 +01:00
hls-metadata-0.0.1.json Fix hls-metadata for windows 2022-03-13 00:28:55 +01:00
hls-metadata-0.0.1.json.sig Fix hls-metadata for windows 2022-03-13 00:28:55 +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'
  8. run cabal run ghcup-gen -- generate-hls-ghcs -f ghcup-<yaml-ver>.yaml --format json -o hls-metadata-0.0.1.json
  9. run cabal run ghcup-gen -- generate-table -f ghcup-<yaml-ver>.yaml --stdout and adjust docs/install tables