<div dir="ltr">Hmm. Already did the first part,i.e., <font face="monospace">curl -sSL <a href="https://get.haskellstack.org">https://get.haskellstack.org</a> | sh</font><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">Should I do the cabal install now?</font></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Mar 27, 2021 at 6:08 PM Henning Thielemann <<a href="mailto:lemming@henning-thielemann.de">lemming@henning-thielemann.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On Sat, 27 Mar 2021, Galaxy Being wrote:<br>
<br>
> Why do I want to install cabal after stack? Any advice welcome on the <br>
> "definitive setup." Just started a new machine with Ubuntu 20.10 on it.<br>
<br>
<br>
On Ubuntu you can just install<br>
<br>
$ sudo apt install ghc cabal-install<br>
<br>
or<br>
<br>
$ sudo apt install haskell-stack<br>
<br>
<br>
You may also add the repository<br>
<br>
$ sudo apt-add-repository ppa:hvr/ghc<br>
<br>
in order to get a wider range of versions of ghc and cabal-install.<br>
</blockquote></div>