This commit is contained in:
Julian Ospald 2024-06-01 22:07:00 +08:00
parent 16511b852b
commit 16b80167ef
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 3 additions and 24 deletions

View File

@ -397,35 +397,14 @@ curl -s -L 'https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-fedora33-l
- communication
- [#haskell-ghcup](https://kiwiirc.com/nextclient/irc.libera.chat/?nick=Guest%7C?##haskell-ghcup) on libera IRC
- [#ghcup:matrix.org](https://matrix.to/#/#ghcup:matrix.org) (bridged with IRC)
- github issues
- [github issues](https://github.com/haskell/ghcup-hs/issues)
- [haskell discourse](https://discourse.haskell.org/) (interacting with the community)
:::
## Cool things to contribute to
## Getting started
- documentation
- discussions
- defaults (e.g. "recommended" versions)
- overview of GHC issues and regressions
- Dhall
- manpage (via [optparse-applicative](https://github.com/pcapriotti/optparse-applicative/issues/176)?)
- TUI (ask @lsmor)
- YAML schema for metadata
- integration test
- new commands
- e.g. "health check"
## Hard things to contribute to
- nightlies
- revisions
- cross compiler support
- curating old releases
- proper API for e.g. stack
- beefed up `ghcup compile` interface
- TUF?
- supporting more tools (installer DSL)
Head over to [https://github.com/haskell/ghcup-hs/issues/1074](https://github.com/haskell/ghcup-hs/issues/1074) (`zurihac` labeled issue).
## Advanced topics