
31 Aug
2015
31 Aug
'15
2:24 a.m.
On Mon, Aug 31, 2015 at 3:16 AM, Thomas Koster
Is there a way to configure stack to build packages from the snapshot only? Or does it already work this way, only trying "x509-util" because *I* said "stack build x509-util"?
On 31 August 2015 at 16:16, Michael Snoyman
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:
https://github.com/commercialhaskell/stack/wiki/Build-command
Thanks for the clarification. -- Thomas Koster