Skip to content

Commit

Permalink
add ghc-toolchain to ghc-packages (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
dten authored Jan 5, 2025
1 parent 1397170 commit 641af65
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 0 deletions.
39 changes: 39 additions & 0 deletions materialized/ghc-boot-packages-nix/ghc9101-ghcjs/ghc-toolchain.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions materialized/ghc-boot-packages-nix/ghc9101/ghc-toolchain.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions overlays/ghc-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ let
} // final.lib.optionalAttrs (builtins.compareVersions ghcVersion "9.9" >= 0) {
ghc-platform = "libraries/ghc-platform";
ghc-internal = "libraries/ghc-internal";
} // final.lib.optionalAttrs (builtins.compareVersions ghcVersion "9.10" >= 0) {
ghc-toolchain = "utils/ghc-toolchain";
};

# The nix produced by `cabalProject` differs slightly depending on
Expand Down

0 comments on commit 641af65

Please sign in to comment.