Skip to content

Commit

Permalink
smaller cache
Browse files Browse the repository at this point in the history
  • Loading branch information
BebeSparkelSparkel committed Jul 10, 2024
1 parent d50a784 commit 1de5c29
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
#- ubuntu-latest
#- windows-latest
resolver:
- 22.28
- 21.25
- 20.26
- 19.33
#- 22.28
#- 21.25
#- 20.26
#- 19.33
- 18.28
steps:
- name: Install LLVM 13
Expand All @@ -48,6 +48,15 @@ jobs:
key: ${{ matrix.os }}_${{ matrix.resolver }}
path: |
~/.stack
~/.stack/config.yaml
~/.stack/global-project/
~/.stack/pantry/
~/.stack/setup-exe-cache/
~/.stack/setup-exe-src/
~/.stack/snapshots/*/*/*/lib/
~/.stack/snapshots/*/*/*/pkgdb/
~/.stack/stack.sqlite3
~/.stack/stack.sqlite3.pantry-write-lock
./.stack-work
./*/.stack-work
- name: Build and run tests
Expand Down
4 changes: 2 additions & 2 deletions classy-prelude/classy-prelude.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

name: classy-prelude
version: 1.5.0.2
version: 1.5.0.3
synopsis: A typeclass-based Prelude.
description: See docs and README at <http://www.stackage.org/package/classy-prelude>
category: Control, Prelude
Expand Down

0 comments on commit 1de5c29

Please sign in to comment.