We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8edcf commit b50be26Copy full SHA for b50be26
.github/workflows/hackage.yml
@@ -42,9 +42,9 @@ jobs:
42
path: |
43
~/.cabal/packages
44
~/.cabal/store
45
- key: v2-${{ runner.os }}-${{ matrix.ghc }}-hackage-${{ hashFiles('**/*.cabal') }}
+ key: v2-${{ runner.os }}-${{ matrix.ghc }}-build-${{ hashFiles('cabal.project') }}
46
restore-keys: |
47
- v2-${{ runner.os }}-${{ matrix.ghc }}-hackage-
+ v2-${{ runner.os }}-${{ matrix.ghc }}-bench-${{ hashFiles('cabal.project') }}
48
v2-${{ runner.os }}-${{ matrix.ghc }}-build-
49
v2-${{ runner.os }}-${{ matrix.ghc }}
50
0 commit comments