ghc

ghc 9.10.3

Glasgow Haskell Compiler

http://haskell.org/ghc
BSD 3-clause "New" or "Revised" License
programs: ghc, ghc-pkg, hsc2hs-ghc-9.10.3, runghc-9.10.3, runghc, runhaskell-9.10.3, haddock-ghc-9.10.3, ghc-pkg-9.10.3, haddock, ghci, runhaskell, hpc, hp2ps-ghc-9.10.3, hp2ps, hpc-ghc-9.10.3, hsc2hs, ghci-9.10.3, ghc-9.10.3
Platforms (79)
aarch64_be-nones390x-linuxx86_64-genodei686-windowsi686-noneaarch64-windowsmipsel-netbsdloongarch64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  ghc
];
Ad-hoc shell
nix-shell -p ghc
Flake (nix run)
nix run nixpkgs#ghc