Closed
Description
This may fit in with the talk of building test suites somewhat independently of a project itself.
Suggest keeping stack build TARGET
syntax, just making TARGET more flexible — So I can do any of
stack build . # everything
stack build Snowdrift # Snowdrift package
stack build exe:Snowdrift # Snowdrift component
May be slightly ambiguous, but I doubt that would be a problem very often.