<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi Lyndon,</div><div class="gmail_quote"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I'd like to see some kind of tree instead, so that when I pre-install the dependencies, I can specify a minimal list, rather than a whole slew of dependencies that would be pulled in transitively anyway.</blockquote></div><div class="gmail_extra"><br></div>There's "stack list-dependencies" but that includes the transitive dependencies.</div><div class="gmail_extra"><br></div><div class="gmail_extra">You can get the dependency tree (or rather dependency graph) with "stack dot --external"</div><div class="gmail_extra"><br>"stack dot --external --depth 0" will show only the direct dependencies of your project.</div><div class="gmail_extra"><br></div><div class="gmail_extra">More stack dot examples: <a href="http://docs.haskellstack.org/en/stable/dependency_visualization/">http://docs.haskellstack.org/en/stable/dependency_visualization/</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers,</div><div class="gmail_extra">Simon</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>