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

Use new batch ghc-pkg unregister #2662

Closed
nh2 opened this issue Oct 2, 2016 · 1 comment
Closed

Use new batch ghc-pkg unregister #2662

nh2 opened this issue Oct 2, 2016 · 1 comment

Comments

@nh2
Copy link
Collaborator

nh2 commented Oct 2, 2016

I've added a feature to ghc-pkg unregister (https://ghc.haskell.org/trac/ghc/ticket/12637) that allows you to ghc-pkg unregister pkg1 pkg2 pkg3.

This can make stack's auto-unregistering much faster, especially when going through docker (where each ghc-pkg command takes up to a few seconds; on large programs this can take very long as a result).

It'll be available with GHC 8.2.1.

@dbaynard
Copy link
Contributor

dbaynard commented Feb 4, 2019

This was actually in 8.0.1, correct? (The linked issue indicates it beat its milestone).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants