Skip to content

Commit

Permalink
Try building ghc HEAD with ghc 9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jan 4, 2025
1 parent bb6a7c2 commit d8ce75b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions overlays/bootstrap.nix
Original file line number Diff line number Diff line change
Expand Up @@ -957,8 +957,10 @@ in {

bootPkgs = bootPkgsGhc94 // {
ghc = if final.stdenv.buildPlatform != final.stdenv.targetPlatform
then final.buildPackages.buildPackages.haskell-nix.compiler.ghc9101 # TODO use ${compiler-nix-name}
else final.buildPackages.buildPackages.haskell.compiler.ghc984
then final.buildPackages.buildPackages.haskell-nix.compiler.ghc9121
else final.buildPackages.buildPackages.haskell.compiler.ghc9121
or final.buildPackages.buildPackages.haskell.compiler.ghc9101
or final.buildPackages.buildPackages.haskell.compiler.ghc984
or final.buildPackages.buildPackages.haskell.compiler.ghc983
or final.buildPackages.buildPackages.haskell.compiler.ghc982
or final.buildPackages.buildPackages.haskell.compiler.ghc981
Expand Down

0 comments on commit d8ce75b

Please sign in to comment.