Skip to content

Commit

Permalink
Improve Haskell example
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Breitner authored and GitHub committed Dec 29, 2021
1 parent f7a7367 commit 4e8aa1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +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: cabal-${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
restore-keys: cabal-${{ runner.os }}-${{ matrix.ghc }}-```

## Java - Gradle

Expand Down

0 comments on commit 4e8aa1c

Please sign in to comment.