Closed
Description
I'm trying to make something like an idempotent build process that doesn't rebuild any more than it needs to.
Problem I'm running into is that even if the vendored dependencies haven't changed, running:
cabal sandbox add-source ../blah
Will force reinstallation of blah
even if it hasn't changed at all.