ghci
The Glasgow Haskell Compiler's interactive environment. More information: <https://downloads.haskell.org/ghc/latest/docs/html/users_guide/ghci.html>.
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-compiler
RUN apt-get update && \
apt-get install -y ghc