<div dir="ltr">Your last paragraph is correct: stack will never automatically pull in a package that's not explicitly added to your build plan (either via snapshot or extra-deps), but if you run `stack build foo`, it will listen to you and install it. The exact semantics of this are covered in:<br><br><a href="https://github.com/commercialhaskell/stack/wiki/Build-command">https://github.com/commercialhaskell/stack/wiki/Build-command</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 31, 2015 at 3:16 AM, Thomas Koster <span dir="ltr"><<a href="mailto:tkoster@gmail.com" target="_blank">tkoster@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Good morning list,<br>
<br>
I have started to use stack with Stackage LTS for building my projects<br>
because I like the idea of a stable snapshot of packages known to work<br>
together.<br>
<br>
Then I tried to build "x509-util-1.5.2". This package fails to build<br>
and this is already known by upstream.<br>
<br>
And lo, "x509-util" is not in Stackage LTS 3.2, which makes sense.<br>
<br>
But what surprised me is that stack attempted to build a package not<br>
in the snapshot, when my resolver is "lts-3.2" (and no extra-deps).<br>
<br>
Is there a way to configure stack to build packages from the snapshot<br>
only? Or does it already work this way, only trying "x509-util"<br>
because *I* said "stack build x509-util"?<br>
<br>
Thanks in advance.<br>
--<br>
Thomas Koster<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>
</blockquote></div><br></div>