Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
cabal.project
in cache key calculation
Cabal's freeze file doesn't include version hashes, just version numbers. This means that updates to dependencies specified in `cabal.project`'s `source-repository-package` field don't get taken into account properly. This issue doesn't affect Stack, as it only relies on version hashes in the first place.
- Loading branch information