Skip to content

Commit 641af65

Browse files
authored
add ghc-toolchain to ghc-packages (#2299)
1 parent 1397170 commit 641af65

File tree

3 files changed

+80
-0
lines changed

3 files changed

+80
-0
lines changed

materialized/ghc-boot-packages-nix/ghc9101-ghcjs/ghc-toolchain.nix

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

materialized/ghc-boot-packages-nix/ghc9101/ghc-toolchain.nix

Lines changed: 39 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

overlays/ghc-packages.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ let
8686
} // final.lib.optionalAttrs (builtins.compareVersions ghcVersion "9.9" >= 0) {
8787
ghc-platform = "libraries/ghc-platform";
8888
ghc-internal = "libraries/ghc-internal";
89+
} // final.lib.optionalAttrs (builtins.compareVersions ghcVersion "9.10" >= 0) {
90+
ghc-toolchain = "utils/ghc-toolchain";
8991
};
9092

9193
# The nix produced by `cabalProject` differs slightly depending on

0 commit comments

Comments
 (0)