<div dir="ltr">Hi Simon,<div><br></div><div><br></div><div>> <span style="font-size:12.8px">stack dot --external --depth 0</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div><div>That's exactly what I was first looking for!</div><div><br></div><div>Cheers :)</div><div><br></div><div><br></div><div> - Lyndon</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 25, 2016 at 9:55 AM, Simon Jakobi <span dir="ltr"><<a href="mailto:simon.jakobi@googlemail.com" target="_blank">simon.jakobi@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi Lyndon,</div><span class=""><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></span>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/" target="_blank">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>
<br>_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>
<br></blockquote></div><br></div>