From a4ab4ce2f3327728997365254b7b2c39ea0a1b9c Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 8 Jul 2025 18:49:21 +0200 Subject: [PATCH] chore: build with GHC 9.8.4 for cabal --- .github/workflows/build.yaml | 2 +- postgrest.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 32f69cab0..71af5a0b1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -180,7 +180,7 @@ jobs: cabal: strategy: matrix: - ghc: ['9.6.7', '9.8.2'] + ghc: ['9.6.7', '9.8.4'] fail-fast: false name: Cabal - Linux x86-64 - GHC ${{ matrix.ghc }} runs-on: ubuntu-24.04 diff --git a/postgrest.cabal b/postgrest.cabal index 0106d2dc9..45a4a5f1c 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -22,7 +22,7 @@ tested-with: -- stack on FreeBSD, MacOS, Ubuntu, Windows , GHC == 9.6.7 -- cabal on Ubuntu - , GHC == 9.8.2 + , GHC == 9.8.4 source-repository head type: git