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>.
RUN apt-get update && \
apt-get install -y cabal-install
RUN apt-get update && \
apt-get install -y cabal-install
RUN pacman -S --noconfirm cabal-install
RUN apt-get update && \
apt-get install -y cabal-install
RUN dnf install -y cabal-install
RUN apt-get update && \
apt-get install -y cabal-install