Haskell installation
Installation
Fedora/Linux
- https://docs.haskellstack.org/en/stable/install_and_upgrade/#fedora
- https://docs.haskellstack.org/en/stable/install_and_upgrade/#linux
Installation script will try to run with sudo, so stack is installed system wide.
Then on your project folders, install packages with stack run as a normal non-priviledged user.