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
Re-run the above command to build the executable. Observe that files are rebuilt despite that the lib2 sublibrary is not a dependency of bug-repro-exe.
Equivalent cabal test
Build the executable:
cabal build bug-repro:exe:bug-repro-exe
Then repeat to ensure all targets are up-to-date.
Insert a newline into src2/Lib2.hs and save
Re-run the above command to build the executable. Observe nothing is rebuilt; only "Up to date" is printed.