From bb47332bd08ca8ea1c54fd4b62e1e600df1ae8a0 Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Wed, 10 Apr 2024 14:50:59 -0400 Subject: [PATCH] CI: build with GHC 9.8.2 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b22d48..95a39ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,11 +19,11 @@ jobs: matrix: include: - os: "windows-latest" - ghc-version: "9.2.7" + ghc-version: "9.8.2" - os: "ubuntu-latest" - ghc-version: "9.4.4" + ghc-version: "9.8.2" - os: "macos-latest" - ghc-version: "9.0.1" + ghc-version: "9.8.2" runs-on: ${{ matrix.os }} @@ -31,11 +31,11 @@ jobs: - uses: actions/checkout@v2 - name: Install cabal/ghc - uses: haskell/actions/setup@v2 + uses: haskell-actions/setup@v2 id: setup-haskell with: ghc-version: ${{ matrix.ghc-version }} - cabal-version: '3.10.1.0' + cabal-version: '3.10.3.0' - name: Set PATH for cabal-installed executables run: |