How to Install cabal-install in Ubuntu 18.04



Install cabal-install by entering the following commands in the terminal:

sudo apt update
sudo apt install cabal-install

Description:

command-line interface for Cabal and Hackage

The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs.

Homepage: http://www.haskell.org/cabal/

Version: 1.24.0.2-2

Section: universe/haskell