Skip to content

Commit

Permalink
Tickle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Feb 26, 2020
1 parent e0e2e58 commit 93d3415
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
- uses: 'actions/cache@v1'
with:
path: '$HOME/.stack'
key: "${{ runner.os }}-v1-stack-${{ hashFiles('stack.yaml') }}"
restore-keys: '${{ runner.os }}-v1-stack'
key: "${{ runner.os }}-v2-stack-${{ hashFiles('stack.yaml.lock') }}"
restore-keys: '${{ runner.os }}-v2-stack'
- run: 'stack build --test'
33 changes: 33 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# This file was autogenerated by Stack.
# You should not edit this file by hand.
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: lrucache-1.2.0.1@sha256:18fc3d7052012c7ab3cd395160f34b53c5e1ec5379cc45185baf35b90ffadc2e,1254
pantry-tree:
size: 619
sha256: 61b2a39a11873f2d8a577e1f6b5e848d2f465ea7f6837ce15436796d3a20eda0
original:
hackage: lrucache-1.2.0.1
- completed:
hackage: http2-1.6.5@sha256:f1743ba4a267f525106c218894e4bd2acf28fa047a9ba660b4a317a97382a877,13999
pantry-tree:
size: 43676
sha256: 7c5c74e748187ae08baafab4af661147dcc128f1464305de68a06c3f0949cb91
original:
hackage: http2-1.6.5
- completed:
hackage: warp-3.2.28@sha256:b32fb8fed7ace4bd206fd897c388c00cdb915ec7e34ee61dc6397d518d9e651c,11186
pantry-tree:
size: 4227
sha256: a08eab2f15d6be431d00cd31a8b87a7e5ce87f203aad06916f9af0c673ec8a7d
original:
hackage: warp-3.2.28
snapshots:
- completed:
size: 488576
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/0.yaml
sha256: e4b6a87b47ec1cf63a7f1a0884a3b276fce2b0d174a10e8753c4f618e7983568
original: lts-15.0

0 comments on commit 93d3415

Please sign in to comment.