Document tags wrt #136

This commit is contained in:
Julian Ospald 2023-10-01 14:41:10 +08:00
parent 1d366edea6
commit 335bc378aa
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 5 additions and 0 deletions

View File

@ -45,3 +45,8 @@ ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup
* https://github.com/haskell/ghcup-hs/blob/master/docs/guide.md#gpg-verification
* https://github.com/haskell/ghcup-hs/blob/master/docs/install.md#unix
### Understanding tags
Tags are documented [here](https://github.com/haskell/ghcup-hs/blob/master/lib/GHCup/Types.hs). Search for `data Tag`.
Some tags are unique. Uniqueness is checked by cabal run ghcup-gen -- check -f ghcup-<yaml-ver>.yaml`.