haskell.compiler: ghc921 -> ghc922

https://www.haskell.org/ghc/download_ghc_9_2_2.html
This commit is contained in:
sternenseemann 2022-03-09 11:29:14 +01:00
parent 0dcac2951f
commit 47f837f5e8
9 changed files with 21 additions and 28 deletions

View file

@ -122,7 +122,7 @@ rec {
Example:
mkPackageOption pkgs "GHC" {
default = [ "ghc" ];
example = "pkgs.haskell.package.ghc921.ghc.withPackages (hkgs: [ hkgs.primes ])";
example = "pkgs.haskell.package.ghc922.ghc.withPackages (hkgs: [ hkgs.primes ])";
}
=> { _type = "option"; default = «derivation /nix/store/jxx55cxsjrf8kyh3fp2ya17q99w7541r-ghc-8.10.7.drv»; defaultText = { ... }; description = "The GHC package to use."; example = { ... }; type = { ... }; }
*/