ghci

The Glasgow Haskell Compiler's interactive environment. More information: <https://downloads.haskell.org/ghc/latest/docs/html/users_guide/ghci.html>.

  • Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
  • Homepage: https://haskell.org/ghc/
  • Section: haskell
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 ghci on any operating system with command-not-found.com