From cec15198af384f9d6567534e1556682f425fc6fa Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Fri, 5 Sep 2025 12:26:41 +0000 Subject: [PATCH] ghcup: update page and add Dutch translation (#17989) --- pages.nl/common/ghcup.md | 33 +++++++++++++++++++++++++++++++++ pages/common/ghcup.md | 4 ++-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 pages.nl/common/ghcup.md diff --git a/pages.nl/common/ghcup.md b/pages.nl/common/ghcup.md new file mode 100644 index 0000000000..20e356156d --- /dev/null +++ b/pages.nl/common/ghcup.md @@ -0,0 +1,33 @@ +# ghcup + +> Haskell-toolchain installer. +> Installeer, beheer en update Haskell-toolchains. +> Meer informatie: . + +- 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` diff --git a/pages/common/ghcup.md b/pages/common/ghcup.md index 05c4a1e33b..063ce3e190 100644 --- a/pages/common/ghcup.md +++ b/pages/common/ghcup.md @@ -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}}`