about summary refs log tree commit diff
path: root/pkgs/top-level/release-haskell.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/release-haskell.nix
parent3d361be06a18752bc97a5a484d29fc279b0446d0 (diff)
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/release-haskell.nix')
-rw-r--r--pkgs/top-level/release-haskell.nix12
1 files changed, 9 insertions, 3 deletions
diff --git a/pkgs/top-level/release-haskell.nix b/pkgs/top-level/release-haskell.nix
index e8975f311aef0..b17f89cc07012 100644
--- a/pkgs/top-level/release-haskell.nix
+++ b/pkgs/top-level/release-haskell.nix
@@ -52,6 +52,7 @@ let
     ghc884
     ghc8107
     ghc902
+    ghc924
     ghc925
     ghc942
     ghc943
@@ -334,8 +335,8 @@ let
               ;
             };
 
-            haskell.packages.native-bignum.ghc925 = {
-              inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.native-bignum.ghc925)
+            haskell.packages.native-bignum.ghc924 = {
+              inherit (packagePlatforms pkgs.pkgsStatic.haskell.packages.native-bignum.ghc924)
                 hello
                 lens
                 random
@@ -366,6 +367,7 @@ let
         compilerNames.ghc884
         compilerNames.ghc8107
         compilerNames.ghc902
+        compilerNames.ghc924
         compilerNames.ghc925
         # https://github.com/ndmitchell/hlint/issues/1413
       ];
@@ -393,9 +395,11 @@ let
       weeder = [
         compilerNames.ghc8107
         compilerNames.ghc902
+        compilerNames.ghc924
         compilerNames.ghc925
       ];
       purescript = [
+        compilerNames.ghc924
         compilerNames.ghc925
       ];
       purescript-cst = [
@@ -470,10 +474,12 @@ let
           jobs.pkgsMusl.haskell.compiler.ghc884
           jobs.pkgsMusl.haskell.compiler.ghc8107
           jobs.pkgsMusl.haskell.compiler.ghc902
+          jobs.pkgsMusl.haskell.compiler.ghc924
           jobs.pkgsMusl.haskell.compiler.ghc925
           jobs.pkgsMusl.haskell.compiler.ghcHEAD
           jobs.pkgsMusl.haskell.compiler.integer-simple.ghc8107
           jobs.pkgsMusl.haskell.compiler.native-bignum.ghc902
+          jobs.pkgsMusl.haskell.compiler.native-bignum.ghc924
           jobs.pkgsMusl.haskell.compiler.native-bignum.ghc925
           jobs.pkgsMusl.haskell.compiler.native-bignum.ghcHEAD
         ];
@@ -490,7 +496,7 @@ let
         };
         constituents = accumulateDerivations [
           jobs.pkgsStatic.haskellPackages
-          jobs.pkgsStatic.haskell.packages.native-bignum.ghc925
+          jobs.pkgsStatic.haskell.packages.native-bignum.ghc924
         ];
       };
     }