Closed
Description
For example, when building stack
itself.
- Make a local change
stack build
- gitrev writes the version as "dirty"
- commit
stack build
What should happen:
- stack recognizes that the dependency changed and rebuilds accordingly
What currently happens:
- stack does not recognize that the dependency changed