yesod-auth-oauth2/.circleci
patrick brisbin 6b734e1c4e
Replace checksum key with full source digest
Checksumming stack.yaml was a cargo-cult of interpreted languages, where
"build" artifacts are uniquely determined by the dependency lock file.

This approach would result in us refusing to store a new cache after
changing code (as long as it was the same resolver), and forever
recompiling any altered modules.

Computing a digest of all git-tracked files seems like the simplest way
to key compilation for now.
2018-01-22 19:49:02 -05:00
..
config.yml Replace checksum key with full source digest 2018-01-22 19:49:02 -05:00