runghc-8.0.2

GHC compiler and utilities

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-compiler
Raspbian
RUN apt-get update && \ apt-get install -y ghc
click the source code to copy install runghc-8.0.2 on any operating system with command-not-found.com