Commit 1b033c7
Add Stack dependency caching to CI (#1904)
Replace the commented-out actions/cache@v1 with actions/cache@v4.
Caches ~/.stack (GHC installations and snapshot packages) keyed by
OS, resolver args, and hashes of cabal/stack config files. Includes
a cleanup step to remove lock files that previously caused macOS
issues with cache@v1.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent b8e88e6 commit 1b033c7
1 file changed
Lines changed: 12 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
42 | 46 | | |
43 | 47 | | |
44 | 48 | | |
| |||
0 commit comments