<div dir="ltr"><div><div>Yes, stack has plans for automatic stack.yaml maintenance:<br><br><a href="https://github.com/commercialhaskell/stack/issues/115">https://github.com/commercialhaskell/stack/issues/115</a><br><br></div>It's been purposely back-burnered as we focus on more central features first, but it's actually a pretty good issue for a newcomer to embark on since it doesn't interact with the rest of the system too much.<br><br></div>I'm not exactly sure though what you mean by "fetch" here. To clarify: stack will automatically download the source for the dependency when building.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 7, 2015 at 11:02 AM, xu xiut <span dir="ltr"><<a href="mailto:xiut.xu@gmail.com" target="_blank">xiut.xu@gmail.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">With node.js, you can run `npm install --save package@1.01`, and that version of the package will be retrieved and added to your list of dependencies. If you leave off the version number, it will retrieve the latest version from a default repository of packages. <div><br></div><div>Are there any plans to add something this to either cabal or stack?</div></div>
<br>_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
<br></blockquote></div><br></div>