about summary refs log tree commit diff
path: root/lib/options.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-05-28 20:35:49 +0200
committersternenseemann <sternenseemann@systemli.org>2022-05-28 21:11:07 +0200
commit90099ac5fa24cd9f4003c4def847c3559352dc8e (patch)
tree3e4aae74450452e387c80b52baf39711feaf20fb /lib/options.nix
parent7dc61b999111a708728b3c9970c58269c25b6db7 (diff)
haskell.compiler: ghc922 -> ghc923
https://www.haskell.org/ghc/download_ghc_9_2_3.html

Since the tarball is generated by Hadrian, neither autoreconf nor ./boot
is executed so ./configure and ghc.mk is missing.
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 4aa9fe6e78c5a..8d82a809083b7 100644
--- a/lib/options.nix
+++ b/lib/options.nix
@@ -120,7 +120,7 @@ rec {
      Example:
        mkPackageOption pkgs "GHC" {
          default = [ "ghc" ];
-         example = "pkgs.haskell.package.ghc922.ghc.withPackages (hkgs: [ hkgs.primes ])";
+         example = "pkgs.haskell.package.ghc923.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 = { ... }; }
   */