chore(deps): update GHC for cabal builds
This commit is contained in:
committed by
Wolfgang Walther
parent
04a14d5941
commit
6f0c180b6b
@@ -174,7 +174,7 @@ jobs:
|
|||||||
cabal:
|
cabal:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
ghc: ['9.6.4', '9.8.2']
|
ghc: ['9.6.6', '9.8.2']
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
name: Cabal - Linux GHC ${{ matrix.ghc }}
|
name: Cabal - Linux GHC ${{ matrix.ghc }}
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
@@ -189,8 +189,8 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
~/.cabal/packages
|
~/.cabal/packages
|
||||||
~/.cabal/store
|
~/.cabal/store
|
||||||
prefix: cabal-${{ matrix.ghc }}
|
prefix: cabal-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
|
||||||
suffix: ${{ hashFiles('postgrest.cabal', 'cabal.project', 'cabal.project.freeze') }}
|
suffix: ${{ hashFiles('postgrest.cabal', 'cabal.project') }}
|
||||||
- name: Cache dist-newstyle
|
- name: Cache dist-newstyle
|
||||||
uses: ./.github/actions/cache-on-main
|
uses: ./.github/actions/cache-on-main
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
index-state: hackage.haskell.org 2024-05-17T23:41:49Z
|
index-state: hackage.haskell.org 2024-11-10T13:08:54Z
|
||||||
|
|||||||
+1
-1
@@ -21,7 +21,7 @@ tested-with:
|
|||||||
-- nix, cabal on Ubuntu (arm)
|
-- nix, cabal on Ubuntu (arm)
|
||||||
, GHC == 9.4.8
|
, GHC == 9.4.8
|
||||||
-- cabal on Ubuntu
|
-- cabal on Ubuntu
|
||||||
, GHC == 9.6.4
|
, GHC == 9.6.6
|
||||||
-- cabal on Ubuntu
|
-- cabal on Ubuntu
|
||||||
, GHC == 9.8.2
|
, GHC == 9.8.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user