Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolving dependencies is much slower for haskell.nix with lots of source-repository-package stanzas #1156

Closed
michaelpj opened this issue Jul 2, 2021 · 1 comment
Labels

Comments

@michaelpj
Copy link
Collaborator

Recording some debugging from elsewhere.

Some digging turned up haskell/cabal#7472.

It turns out this can hit haskell.nix much worse. With cabal 3.4, setting tests: true won't affect your source-repository-packages. But haskell.nix "inlines" them into local packages, so they will be affected.

This can massively amplify the impact of the cabal issue, causing solving to take many minutes.

@stale
Copy link

stale bot commented Sep 28, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Sep 28, 2022
@stale stale bot closed this as completed Nov 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant