summary refs log tree commit diff
path: root/lib/options.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-03-09 11:29:14 +0100
committersternenseemann <sternenseemann@systemli.org>2022-03-09 16:42:07 +0100
commit47f837f5e8bbeacc10d6e656dc1658ba14fd7c9e (patch)
tree93a9a9eb3fe34f2ddc565ea2a985ab298d572512 /lib/options.nix
parent0dcac2951ff17fe8090ccac672b80c329d7c80be (diff)
downloadnixpkgs-47f837f5e8bbeacc10d6e656dc1658ba14fd7c9e.tar
nixpkgs-47f837f5e8bbeacc10d6e656dc1658ba14fd7c9e.tar.gz
nixpkgs-47f837f5e8bbeacc10d6e656dc1658ba14fd7c9e.tar.bz2
nixpkgs-47f837f5e8bbeacc10d6e656dc1658ba14fd7c9e.tar.lz
nixpkgs-47f837f5e8bbeacc10d6e656dc1658ba14fd7c9e.tar.xz
nixpkgs-47f837f5e8bbeacc10d6e656dc1658ba14fd7c9e.tar.zst
nixpkgs-47f837f5e8bbeacc10d6e656dc1658ba14fd7c9e.zip
haskell.compiler: ghc921 -> ghc922
https://www.haskell.org/ghc/download_ghc_9_2_2.html
Diffstat (limited to 'lib/options.nix')
-rw-r--r--lib/options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/options.nix b/lib/options.nix
index 627aac24d2f..258bb7147f1 100644
--- a/lib/options.nix
+++ b/lib/options.nix
@@ -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 = { ... }; }
   */