Closed mjarosie closed 5 years ago
Hi,
after running the apt-get install haskell-platform command and invoking stack --version I get the following error:
apt-get install haskell-platform
stack --version
Command 'stack' not found, but can be installed with: sudo apt install haskell-stack
Shouldn't stack be available straight away?
stack
Ubuntu/debian's thing it packages as haskell-platform indeed is based on an old listing and doesn't include stack. That's just how they do it, nothing to be done by us about it...
Hi,
after running the
apt-get install haskell-platform
command and invokingstack --version
I get the following error:Shouldn't
stack
be available straight away?