+2
-2
nixos/doc/manual/development/option-declarations.section.md
+2
-2
nixos/doc/manual/development/option-declarations.section.md
···-example = lib.literalExpression "pkgs.haskell.packages.ghc924.ghc.withPackages (hkgs: [ hkgs.primes ])";+example = lib.literalExpression "pkgs.haskell.packages.ghc92.ghc.withPackages (hkgs: [ hkgs.primes ])";
+2
-2
nixos/doc/manual/from_md/development/option-declarations.section.xml
+2
-2
nixos/doc/manual/from_md/development/option-declarations.section.xml
···-example = lib.literalExpression "pkgs.haskell.packages.ghc924.ghc.withPackages (hkgs: [ hkgs.primes ])";+example = lib.literalExpression "pkgs.haskell.packages.ghc92.ghc.withPackages (hkgs: [ hkgs.primes ])";
+12
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+12
nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
···
+2
nixos/doc/manual/release-notes/rl-2111.section.md
+2
nixos/doc/manual/release-notes/rl-2111.section.md
···- hydrus has been upgraded from version `438` to `463`. Since upgrading between releases this old is advised against, be sure to have a backup of your data before upgrading. For details, see [the hydrus manual](https://hydrusnetwork.github.io/hydrus/help/getting_started_installing.html#big_updates).+- The sets `haskell.packages` and `haskell.compiler` now contain for every ghc version an attribute with the minor version dropped. E.g. for `ghc8107` there also now exists `ghc810`. Those attributes point to the same compilers and packagesets but have the advantage that e.g. `ghc92` stays stable when we update from `ghc924` to `ghc925`.
+1
-1
nixos/modules/services/x11/window-managers/xmonad.nix
+1
-1
nixos/modules/services/x11/window-managers/xmonad.nix
···
+1
-1
pkgs/development/compilers/elm/default.nix
+1
-1
pkgs/development/compilers/elm/default.nix
···
+2
-2
pkgs/development/tools/haskell/haskell-language-server/withWrapper.nix
+2
-2
pkgs/development/tools/haskell/haskell-language-server/withWrapper.nix
······# for example. Read more about this in the haskell-language-server section of the nixpkgs manual.
+9
-9
pkgs/top-level/all-packages.nix
+9
-9
pkgs/top-level/all-packages.nix
············cabal-install = haskell.lib.compose.justStaticExecutables haskellPackages.cabal-install;······-hasura-graphql-engine = haskell.lib.compose.justStaticExecutables haskell.packages.ghc8107.graphql-engine;+hasura-graphql-engine = haskell.lib.compose.justStaticExecutables haskell.packages.ghc810.graphql-engine;···
+21
-8
pkgs/top-level/haskell-packages.nix
+21
-8
pkgs/top-level/haskell-packages.nix
·································compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.8.x.nix { };compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-8.10.x.nix { };compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.0.x.nix { };compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.2.x.nix { };compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.4.x.nix { };
+26
-25
pkgs/top-level/release-haskell.nix
+26
-25
pkgs/top-level/release-haskell.nix
··················