Skip to content

Commit

Permalink
Merge pull request #706 from nomeata/patch-1
Browse files Browse the repository at this point in the history
Improve Haskell example
  • Loading branch information
Vipul authored and GitHub committed Jan 6, 2022
2 parents f7a7367 + c64c526 commit 6114654
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ We cache the elements of the Cabal store separately, as the entirety of `~/.caba
~/.cabal/packages
~/.cabal/store
dist-newstyle
key: ${{ runner.os }}-${{ matrix.ghc }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
```

## Java - Gradle
Expand Down

0 comments on commit 6114654

Please sign in to comment.