We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de036f0 commit 18c592fCopy full SHA for 18c592f
.github/workflows/haskell.yml
@@ -50,7 +50,7 @@ jobs:
50
~/.cabal/packages
51
~/.cabal/store
52
dist-newstyle
53
- key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
+ key: ${{ runner.os }}-${{ matrix.cabal }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
54
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
55
56
- run: cabal update
0 commit comments