Haskell Stake
"Stack is a program for developing Haskell projects. It is aimed at Haskellers both new and experienced. It is cross-platform and aims to support fully users on Linux, macOS and Windows."(https://docs.haskellstack.org/en/stable/)
1. Linux Installation Stake
curl -sSL https://get.haskellstack.org/ | sh or wget -qO- https://get.haskellstack.org/ | sh
2. Windows 64 Installation of Stake
https://get.haskellstack.org/stable/windows-x86_64-installer.exe
3. Mac OS Installation of Stake
curl -sSL https://get.haskellstack.org/ | sh or wget -qO- https://get.haskellstack.org/ | sh