Skip to content

Commit

Permalink
State that GHCup does not require root access (haskell-infra#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Feb 26, 2023
1 parent a292762 commit 55ba1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/get-started.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A complete Haskell development environment consists of the Haskell toolchain (co

### GHCup: universal installer

[GHCup](https://www.haskell.org/ghcup/#) is a universal installer for Haskell that will install everything you need to program in Haskell, and will help you manage those installations (update, switch versions, ...). Follow the instructions on the [GHCup webpage](https://www.haskell.org/ghcup/#) to install GHCup. Then use it to install the Haskell toolchain, which consists of:
[GHCup](https://www.haskell.org/ghcup/#) is a universal installer for Haskell that will install everything you need to program in Haskell, and will help you manage those installations (update, switch versions, ...). GHCup does not require root/admin access. Follow the instructions on the [GHCup webpage](https://www.haskell.org/ghcup/#) to install GHCup. Then use it to install the Haskell toolchain, which consists of:

1. **GHC** (The Haskell compiler) We will use GHC below to run our examples, but in practice you will mostly use a tool like Cabal or Stack to build your code, instead of GHC directly.
2. **HLS** (The Haskell Language Server) You won't use HLS directly, instead your code editor will use it in the background to provide you with a great experience while editing Haskell code.
Expand Down

0 comments on commit 55ba1ce

Please sign in to comment.