How to Install haskell-stack in Ubuntu 18.04



Install haskell-stack by entering the following commands in the terminal:

sudo apt update
sudo apt install haskell-stack

Description:

The Haskell Tool Stack

Stack is a program for developing Haskell projects. It is aimed at Haskellers both new and experienced. . It features: . * Installing GHC automatically. . * Installing packages needed for your project. . * Building your project. . * Testing your project. . * Benchmarking your project.

Homepage: http://haskellstack.org

Version: 1.5.1-1

Section: universe/haskell