ghc

The Glasgow Haskell Compiler. Compiles and links Haskell source files. More information: <https://www.haskell.org/ghc>.

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