ghcup: update page and add Dutch translation (#17989)

This commit is contained in:
Dylan
2025-09-05 15:26:41 +03:00
committed by GitHub
parent a899acf86a
commit cec15198af
2 changed files with 35 additions and 2 deletions
+33
View File
@@ -0,0 +1,33 @@
# ghcup
> Haskell-toolchain installer.
> Installeer, beheer en update Haskell-toolchains.
> Meer informatie: <https://gitlab.haskell.org/haskell/ghcup-hs>.
- Start de interactieve TUI:
`ghcup tui`
- Toon beschikbare GHC/Cabal-versies:
`ghcup list`
- Installeer de aanbevolen GHC-versie:
`ghcup install ghc`
- Installeer een specifieke GHC-versie:
`ghcup install ghc {{versie}}`
- Activeer een bepaalde GHC-versie:
`ghcup set ghc {{versie}}`
- Installeer cabal-install:
`ghcup install cabal`
- Update `ghcup`:
`ghcup upgrade`
+2 -2
View File
@@ -8,7 +8,7 @@
`ghcup tui`
- List available GHC/cabal versions:
- List available GHC/Cabal versions:
`ghcup list`
@@ -20,7 +20,7 @@
`ghcup install ghc {{version}}`
- Set the currently "active" GHC version:
- Activate a specific GHC version:
`ghcup set ghc {{version}}`