about summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-11-09 18:13:41 +0100
committersternenseemann <sternenseemann@systemli.org>2022-11-09 23:44:01 +0100
commit11882a0bde778e813c79b8d17c033f3ddf13a8f1 (patch)
treee2cd3f28320ff760f7fe40e04fbcf2df6fed5546 /pkgs/top-level/haskell-packages.nix
parent3d361be06a18752bc97a5a484d29fc279b0446d0 (diff)
downloadnixlib-11882a0bde778e813c79b8d17c033f3ddf13a8f1.tar
nixlib-11882a0bde778e813c79b8d17c033f3ddf13a8f1.tar.gz
nixlib-11882a0bde778e813c79b8d17c033f3ddf13a8f1.tar.bz2
nixlib-11882a0bde778e813c79b8d17c033f3ddf13a8f1.tar.lz
nixlib-11882a0bde778e813c79b8d17c033f3ddf13a8f1.tar.xz
nixlib-11882a0bde778e813c79b8d17c033f3ddf13a8f1.tar.zst
nixlib-11882a0bde778e813c79b8d17c033f3ddf13a8f1.zip
haskell.packages.ghc92: revert to 9.2.4
Due to https://gitlab.haskell.org/ghc/ghc/-/issues/22425,
we'll tentatively stay with 9.2.4 for now. If you need
9.2.5, it is available via haskell.packages.ghc925.
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 65188e6c0ccd..bf43f22c9b49 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -185,7 +185,7 @@ in {
       buildTargetLlvmPackages = pkgsBuildTarget.llvmPackages_12;
       llvmPackages = pkgs.llvmPackages_12;
     };
-    ghc92 = ghc925;
+    ghc92 = ghc924;
     ghc942 = callPackage ../development/compilers/ghc/9.4.2.nix {
       bootPkgs =
         # Building with 9.2 is broken due to
@@ -360,7 +360,7 @@ in {
       ghc = bh.compiler.ghc925;
       compilerConfig = callPackage ../development/haskell-modules/configuration-ghc-9.2.x.nix { };
     };
-    ghc92 = ghc925;
+    ghc92 = ghc924;
     ghc942 = callPackage ../development/haskell-modules {
       buildHaskellPackages = bh.packages.ghc942;
       ghc = bh.compiler.ghc942;