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
If you have a project with packages a and b, and b depends on a, stack build --only-dependencies will build a.
Bisecting, this change was introduced in d1e6c48. I'm not sure if it was introduced intentionally or not. If it's unclear why some might prefer this behaviours absence, consider building pedantically. You don't want to to be responsible for warnings in all your dependencies, so would rather build deps first unpedantically, and then be able to build all your own packages pedantically.
Steps to reproduce
Make a stack project with two packages in sub-directories.
General summary/comments
If you have a project with packages
a
andb
, andb
depends ona
,stack build --only-dependencies
will builda
.Bisecting, this change was introduced in d1e6c48. I'm not sure if it was introduced intentionally or not. If it's unclear why some might prefer this behaviours absence, consider building pedantically. You don't want to to be responsible for warnings in all your dependencies, so would rather build deps first unpedantically, and then be able to build all your own packages pedantically.
Steps to reproduce
stack build --only-dependencies
Expected
I expect neither of the packages to build
Actual
The depended-on package builds
Stack version
The text was updated successfully, but these errors were encountered: