From a3bb24330f8f6148bab1649bc1ec615af1835966 Mon Sep 17 00:00:00 2001 From: Daan Rijks Date: Wed, 3 Apr 2024 13:25:33 +0200 Subject: [PATCH 1/2] Update the stackage LTS and GHC version used in CI --- .github/workflows/ci.yaml | 2 +- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 97d0184..dde36fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v2 - uses: haskell/actions/setup@v1 with: - ghc-version: "8.10.7" # current version used at Chordify + ghc-version: "9.4.8" # current version used at Chordify enable-stack: true stack-version: "latest" - run: | diff --git a/stack.yaml b/stack.yaml index 5e48d9d..8276dcc 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,3 +1,3 @@ -resolver: lts-18.23 +resolver: lts-21.25 extra-deps: - monadIO-0.11.1.0@sha256:2407c8aee3a74f3eba897f7c87f702f502394aec8cd412f3d2334cc353f54f13,964 From 7625e58bed48f95d66948f90753c1d1681ab7161 Mon Sep 17 00:00:00 2001 From: Daan Rijks Date: Wed, 3 Apr 2024 13:25:54 +0200 Subject: [PATCH 2/2] CI: Update the GHC & Cabal versions used --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dde36fd..014eaca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,8 +10,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.4"] # "9.4.2" - cabal: ["3.6.2.0"] + ghc: ["8.10.7", "9.0.2", "9.2.8", "9.4.8", "9.6.4"] + cabal: ["3.10.2.1"] os: [ubuntu-latest, macOS-latest] name: build and test (cabal) steps: