Skip to content

Commit 494a4ac

Browse files
committed
Use new happy for ghc 9.2
1 parent f992f3e commit 494a4ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

overlays/bootstrap.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ in {
314314
ghc921 = traceWarnOld "9.2" (final.callPackage ../compiler/ghc {
315315
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc921; };
316316

317-
bootPkgs = bootPkgs // {
317+
bootPkgs = bootPkgsGhc94 // {
318318
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc8107;
319319
};
320320
inherit sphinx;
@@ -331,7 +331,7 @@ in {
331331
ghc922 = traceWarnOld "9.2" (final.callPackage ../compiler/ghc {
332332
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc922; };
333333

334-
bootPkgs = bootPkgs // {
334+
bootPkgs = bootPkgsGhc94 // {
335335
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc8107;
336336
};
337337
inherit sphinx;
@@ -348,7 +348,7 @@ in {
348348
ghc923 = traceWarnOld "9.2" (final.callPackage ../compiler/ghc {
349349
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc923; };
350350

351-
bootPkgs = bootPkgs // {
351+
bootPkgs = bootPkgsGhc94 // {
352352
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc8107;
353353
};
354354
inherit sphinx;
@@ -365,7 +365,7 @@ in {
365365
ghc924 = traceWarnOld "9.2" (final.callPackage ../compiler/ghc {
366366
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc924; };
367367

368-
bootPkgs = bootPkgs // {
368+
bootPkgs = bootPkgsGhc94 // {
369369
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc8107;
370370
};
371371
inherit sphinx;
@@ -382,7 +382,7 @@ in {
382382
ghc925 = traceWarnOld "9.2" (final.callPackage ../compiler/ghc {
383383
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc925; };
384384

385-
bootPkgs = bootPkgs // {
385+
bootPkgs = bootPkgsGhc94 // {
386386
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc8107;
387387
};
388388
inherit sphinx;
@@ -399,7 +399,7 @@ in {
399399
ghc926 = traceWarnOld "9.2" (final.callPackage ../compiler/ghc {
400400
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc926; };
401401

402-
bootPkgs = bootPkgs // {
402+
bootPkgs = bootPkgsGhc94 // {
403403
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc8107;
404404
};
405405
inherit sphinx;
@@ -416,7 +416,7 @@ in {
416416
ghc927 = traceWarnOld "9.2" (final.callPackage ../compiler/ghc {
417417
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc927; };
418418

419-
bootPkgs = bootPkgs // {
419+
bootPkgs = bootPkgsGhc94 // {
420420
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc8107;
421421
};
422422
inherit sphinx;
@@ -433,7 +433,7 @@ in {
433433
ghc928 = traceWarnOld "9.2" (final.callPackage ../compiler/ghc {
434434
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc928; };
435435

436-
bootPkgs = bootPkgs // {
436+
bootPkgs = bootPkgsGhc94 // {
437437
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc8107;
438438
};
439439
inherit sphinx;

0 commit comments

Comments
 (0)