
27 Mar
2021
27 Mar
'21
8:02 p.m.
Hmm. Already did the first part,i.e., curl -sSL https://get.haskellstack.org | sh Should I do the cabal install now? On Sat, Mar 27, 2021 at 6:08 PM Henning Thielemann < lemming@henning-thielemann.de> wrote:
On Sat, 27 Mar 2021, Galaxy Being wrote:
Why do I want to install cabal after stack? Any advice welcome on the "definitive setup." Just started a new machine with Ubuntu 20.10 on it.
On Ubuntu you can just install
$ sudo apt install ghc cabal-install
or
$ sudo apt install haskell-stack
You may also add the repository
$ sudo apt-add-repository ppa:hvr/ghc
in order to get a wider range of versions of ghc and cabal-install.