ghc
ghc 9.10.3
Glasgow Haskell Compiler
http://haskell.org/ghcBSD 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
Maintainers
Platforms (79)
aarch64_be-nones390x-linuxx86_64-genodei686-windowsi686-noneaarch64-windowsmipsel-netbsdloongarch64-linux
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