commercialhaskell / commercialhaskell/stack
Utility for unpacking all dependencies of a project
Open
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
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`
Contributor guide
Assessment
This issue has not been assessed yet.