Example:
I built a project with stack build. Then I added the following (which are in the snapshot) to my extra-deps:
- data-default-class-0.0.1
- cookie-0.4.1.5
- data-default-0.5.3
- data-default-instances-base-0.0.1
- data-default-instances-containers-0.0.1
- data-default-instances-dlist-0.0.1
- data-default-instances-old-locale-0.0.1
- wai-extra-3.0.7.1
- yesod-core-1.4.9.1
Then I ran stack build again. It installed the extra-deps, as expected, but did not rebuild the project.
Expected: it should have rebuilt the project?
(See #120 for superfluous context.)