-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stack build [target] no longer works, builds all targets #3229
Comments
Let's finally set to rest the theory that it's the switch from
Results in:
|
The problem: Cabal (the library) will fail and die if you call the Original solution: oh well, user will get an error message, realize he/she has to call Current solution: never tell Proposed solution: before calling |
Found the related commit: dc6313f |
Merged to master, closing. |
There is a regression in stack that
stack build myexe
no longer builds just theexecutable myexe
, but all executables from the package.Especially projects with many executables, and projects where linking takes a long time suffer from this (both are the case for IOHK's
cardano-sl
).The reason according to @mgsloan:
The text was updated successfully, but these errors were encountered: