Ok … (This was covered in the thread we split from.) The only appearance of “install” on that page:
- GHC is a breeze to install using [
ghcup
] or [Stack]
either of which leads to cabal-install
. (I agree it needs quite a bit of digging to find that out.)
If you bravely (for a newbie) take one of the [download] links at the top of that page:
… For most users, we recommend installing a [proper Haskell distribution] instead of GHC alone. …
And that page is much more explicit about cabal-install
.
You’d have to be pretty pigheaded (like me) to scroll down to the ‘Distribution packages’ and download a .tar
. (But that was the only way to go about it when I started with GHC; and indeed it’s the most common way to get going with most software I tinker with; and I want to run my virus-checker over anything before it touches my machine; and I don’t trust all those commands I see on the other approaches, especially when I see Bypass ... SecurityProtocol
.)