Go to file
Zubin Duggal 4f4e82f3a7
Resign
2023-09-26 20:52:39 +05:30
.github/workflows test-sigs: Fix key validation 2023-09-22 10:43:02 -04:00
ghcup-gen fix(docs): Adds new docs generation code that takes OS-versions into account 2023-09-02 20:52:45 +05:30
.gitignore Add ghcup-gen 2021-10-27 15:28:43 +02:00
.yamllint Implement yaml linting, fixes #63 2023-01-11 22:52:03 +08:00
README.md Generate tool tables for docs 2022-03-08 22:22:36 +01:00
cabal.project refactor: Upgrade "ghcup-hs" dependency version in cabal.project 2023-09-02 20:48:28 +05:30
ghcup-0.0.1.json Update ghcup to 0.1.19.0 2023-01-13 12:58:23 +08:00
ghcup-0.0.1.json.sig Re-sign 2023-03-30 20:52:33 +08:00
ghcup-0.0.2.json Update ghcup to 0.1.19.0 2023-01-13 12:58:23 +08:00
ghcup-0.0.2.json.sig Re-sign 2023-03-30 20:52:33 +08:00
ghcup-0.0.2.yaml Update ghcup to 0.1.19.0 2023-01-13 12:58:23 +08:00
ghcup-0.0.2.yaml.sig Re-sign 2023-03-30 20:52:33 +08:00
ghcup-0.0.3.yaml Update ghcup to 0.1.19.0 2023-01-13 12:58:23 +08:00
ghcup-0.0.3.yaml.sig Re-sign 2023-03-30 20:52:33 +08:00
ghcup-0.0.4-rc2.yaml Initial commit 2021-10-19 20:12:14 +02:00
ghcup-0.0.4-rc2.yaml.sig Re-sign 2023-03-30 20:52:33 +08:00
ghcup-0.0.4.yaml Update ghcup to 0.1.19.0 2023-01-13 12:58:23 +08:00
ghcup-0.0.4.yaml.sig Re-sign 2023-03-30 20:52:33 +08:00
ghcup-0.0.5.yaml Fix windows GHCup 0.1.19.0 binary 2023-01-14 01:45:34 +08:00
ghcup-0.0.5.yaml.sig Re-sign 2023-03-30 20:52:33 +08:00
ghcup-0.0.6.yaml Fix windows GHCup 0.1.19.0 binary 2023-01-14 01:45:34 +08:00
ghcup-0.0.6.yaml.sig Re-sign 2023-03-30 20:52:33 +08:00
ghcup-0.0.7.yaml Add GHC-9.6.3 2023-09-25 21:54:05 +03:00
ghcup-0.0.7.yaml.sig Resign 2023-09-26 00:36:53 +05:30
ghcup-cross-0.0.8.yaml Update dlOutput 2023-07-14 21:21:44 +08:00
ghcup-cross-0.0.8.yaml.sig Re-sign 2023-09-04 15:09:40 +08:00
ghcup-prereleases-0.0.7.yaml Add 'official' Stack 2.13.0.1 for macOS/AArch64 2023-09-26 16:12:26 +01:00
ghcup-prereleases-0.0.7.yaml.sig Resign 2023-09-26 20:52:39 +05:30
ghcup-vanilla-0.0.7.yaml Add GHC-9.6.3 2023-09-25 21:54:05 +03:00
ghcup-vanilla-0.0.7.yaml.sig Resign 2023-09-26 00:36:53 +05:30
hls-metadata-0.0.1.json Add VSCode hls metadata for 2.2.0.0 2023-08-27 14:18:49 +02:00
hls-metadata-0.0.1.json.sig Re-sign 2023-09-04 15:09:40 +08: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