ghc
The Glasgow Haskell Compiler. Compiles and links Haskell source files. More information: <https://www.haskell.org/ghc>.
RUN apt-get update && \
apt-get install -y ghc
RUN apt-get update && \
apt-get install -y ghc
RUN apk add ghc
RUN pacman -S --noconfirm ghc
RUN apt-get update && \
apt-get install -y ghc
RUN dnf install -y ghc
RUN apt-get update && \
apt-get install -y ghc