cabal

Command-line interface to the Haskell package infrastructure (Cabal). Manage Haskell projects and Cabal packages from the Hackage package repository. More information: <https://cabal.readthedocs.io/en/latest/intro.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y cabal-install
Ubuntu
RUN apt-get update && \ apt-get install -y cabal-install
Arch Arch Linux
RUN pacman -S --noconfirm cabal-install
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y cabal-install
Fedora
RUN dnf install -y cabal-install
Raspbian
RUN apt-get update && \ apt-get install -y cabal-install
click the source code to copy install cabal on any operating system with command-not-found.com