Skip to content

Commit

Permalink
Try #1168:
Browse files Browse the repository at this point in the history
  • Loading branch information
iohk-bors[bot] committed Jul 23, 2021
2 parents 4af96f5 + 7ff7935 commit 24b7b82
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions overlays/bootstrap.nix
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ in {
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc8101; };

bootPkgs = bootPkgs // {
# Not using 8.8 due to https://gitlab.haskell.org/ghc/ghc/-/issues/18143
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc865;
# Not using 8.6 due to #1092
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc884;
};
inherit sphinx installDeps;

Expand All @@ -385,8 +385,8 @@ in {
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc8102; };

bootPkgs = bootPkgs // {
# Not using 8.8 due to https://gitlab.haskell.org/ghc/ghc/-/issues/18143
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc865;
# Not using 8.6 due to #1092
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc884;
};
inherit sphinx installDeps;

Expand All @@ -405,8 +405,8 @@ in {
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc8103; };

bootPkgs = bootPkgs // {
# Not using 8.8 due to https://gitlab.haskell.org/ghc/ghc/-/issues/18143
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc865;
# Not using 8.6 due to #1092
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc884;
};
inherit sphinx installDeps;

Expand All @@ -425,8 +425,8 @@ in {
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc8104; };

bootPkgs = bootPkgs // {
# Not using 8.8 due to https://gitlab.haskell.org/ghc/ghc/-/issues/18143
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc865;
# Not using 8.6 due to #1092
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc884;
};
inherit sphinx installDeps;

Expand All @@ -445,8 +445,8 @@ in {
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc8105; };

bootPkgs = bootPkgs // {
# Not using 8.8 due to https://gitlab.haskell.org/ghc/ghc/-/issues/18143
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc865;
# Not using 8.6 due to #1092
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc884;
};
inherit sphinx installDeps;

Expand Down Expand Up @@ -485,8 +485,8 @@ in {
extra-passthru = { buildGHC = final.buildPackages.haskell-nix.compiler.ghc810420210212; };

bootPkgs = bootPkgs // {
# Not using 8.8 due to https://gitlab.haskell.org/ghc/ghc/-/issues/18143
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc865;
# Not using 8.6 due to #1092
ghc = final.buildPackages.buildPackages.haskell-nix.compiler.ghc884;
};
inherit sphinx installDeps;

Expand Down

0 comments on commit 24b7b82

Please sign in to comment.