You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While developing I want to build only my library, not the executables.
doc/build_command.md makes no mention of this possibility at all.
When I run stack build mypackage:library, I get an error message. However, stack build mypackage:lib proceeds to compile, suggesting that lib is allowed as a build command. However, when I run it, my executables are being compiled, linked, and installed.
The text was updated successfully, but these errors were encountered:
While developing I want to build only my library, not the executables.
doc/build_command.md makes no mention of this possibility at all.
When I run
stack build mypackage:library
, I get an error message. However,stack build mypackage:lib
proceeds to compile, suggesting thatlib
is allowed as a build command. However, when I run it, my executables are being compiled, linked, and installed.The text was updated successfully, but these errors were encountered: