chore(deps): update GHC for cabal builds

This commit is contained in:
Wolfgang Walther
2024-11-12 21:13:31 +01:00
committed by Wolfgang Walther
parent 04a14d5941
commit 6f0c180b6b
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -174,7 +174,7 @@ jobs:
cabal:
strategy:
matrix:
ghc: ['9.6.4', '9.8.2']
ghc: ['9.6.6', '9.8.2']
fail-fast: false
name: Cabal - Linux GHC ${{ matrix.ghc }}
runs-on: ubuntu-22.04
@@ -189,8 +189,8 @@ jobs:
path: |
~/.cabal/packages
~/.cabal/store
prefix: cabal-${{ matrix.ghc }}
suffix: ${{ hashFiles('postgrest.cabal', 'cabal.project', 'cabal.project.freeze') }}
prefix: cabal-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
suffix: ${{ hashFiles('postgrest.cabal', 'cabal.project') }}
- name: Cache dist-newstyle
uses: ./.github/actions/cache-on-main
with:
+1 -1
View File
@@ -1 +1 @@
index-state: hackage.haskell.org 2024-05-17T23:41:49Z
index-state: hackage.haskell.org 2024-11-10T13:08:54Z
+1 -1
View File
@@ -21,7 +21,7 @@ tested-with:
-- nix, cabal on Ubuntu (arm)
, GHC == 9.4.8
-- cabal on Ubuntu
, GHC == 9.6.4
, GHC == 9.6.6
-- cabal on Ubuntu
, GHC == 9.8.2