From 1de5c29a715624f869f933f32c2c958d499c8388 Mon Sep 17 00:00:00 2001 From: William Rusnack Date: Wed, 10 Jul 2024 12:29:39 -0400 Subject: [PATCH] smaller cache --- .github/workflows/tests.yml | 17 +++++++++++++---- classy-prelude/classy-prelude.cabal | 4 ++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1de99f25..2816ba49 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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 diff --git a/classy-prelude/classy-prelude.cabal b/classy-prelude/classy-prelude.cabal index 925ea9d5..923993df 100644 --- a/classy-prelude/classy-prelude.cabal +++ b/classy-prelude/classy-prelude.cabal @@ -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 category: Control, Prelude