commercialhaskell / commercialhaskell/stack

Utility for unpacking all dependencies of a project

Open
#1,843 3 comments 6 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.