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

Utility for unpacking all dependencies of a project #1843

Open
mgsloan opened this issue Feb 26, 2016 · 0 comments
Open

Utility for unpacking all dependencies of a project #1843

mgsloan opened this issue Feb 26, 2016 · 0 comments

Comments

@mgsloan
Copy link
Contributor

mgsloan commented Feb 26, 2016

Have stack unpack --all-dependencies unpack all of the deps of the package. This can already be done with some bash hacking, but it'd be good to have something cleaner than stack list-dependencies --separator "-" | while read pkg; do stack unpack $pkg; done

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

1 participant