Closed
Description
I have a cabal project with a library and many executables. In stack 0.1.6, I could
stack build myproject:lib
to only build the library, or
stack build myproject:myexe1
stack build myproject:myexe2
to build individual executables. When I upgraded to stack 0.1.8 I lost this feature.
Losing this ability makes it take considerably longer to develop with stack, since I usually want to repeatedly rebuild one executable until it works, and having stack build all of them takes a very long time.
$ stack --version
Version 0.1.8.0, Git revision e33dd995e292efcf8ee42e1e4c649b96232abf2e (2603 commits) x86_64