Steps to reproduce
Make a project with two packages: a and b where b is a dependency of a.
Start stack install --file-watch a.
Make a change in b.
This is also broken for intra-package dependencies.
For example when the executable of package a depends on the library of package a.
Expected
A rebuild
Actual
No rebuild
Stack version
stack --version
2.5.1 x86_64 hpack-0.34.2
Method of installation
Steps to reproduce
Make a project with two packages:
aandbwherebis a dependency ofa.Start
stack install --file-watch a.Make a change in
b.This is also broken for intra-package dependencies.
For example when the executable of package
adepends on the library of packagea.Expected
A rebuild
Actual
No rebuild
Stack version
Method of installation