From 45d5ca0d83aac9dcf01400c1440e4cd17f38eec2 Mon Sep 17 00:00:00 2001 From: Leonhard Riedisser Date: Sat, 7 Feb 2026 12:10:16 +0100 Subject: [PATCH 1/3] Update stackage resolver version and gitlab-api version --- stack.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack.yaml b/stack.yaml index e91e75d..0952685 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,11 +1,11 @@ -resolver: lts-23.24 +resolver: lts-24.29 packages: - . extra-deps: - github: L7R7/gitlab-api - commit: 44c8a21ebe7607cfcf1bd74c2610e47f5df783fd + commit: 35333a984ff66f451f61f0b83a072244c703dc33 subdirs: - gitlab-api-http-client - gitlab-api-http-client-mtl From 0c0cbe22f10fa7cb4e65c02380d04af1afdfaac4 Mon Sep 17 00:00:00 2001 From: Leonhard Riedisser Date: Sat, 7 Feb 2026 12:12:13 +0100 Subject: [PATCH 2/3] Update GHC versions in CI --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7246dfd..05516d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: ${{ runner.os }}- - uses: haskell-actions/setup@v2.10.3 with: - ghc-version: "9.8.4" + ghc-version: "9.10.3" enable-stack: true stack-version: "3.5.1" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d64c2c..0923721 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: name: ${{ matrix.os }}/${{ matrix.arch }}/${{ github.ref }} runs-on: ${{ matrix.os }} env: - GHC_VERSION: 9.8.4 + GHC_VERSION: 9.10.3 strategy: fail-fast: false matrix: From 424417cbbe53cba1dfbeafcb061866b0fe64bd58 Mon Sep 17 00:00:00 2001 From: Leonhard Riedisser Date: Sat, 7 Feb 2026 12:14:18 +0100 Subject: [PATCH 3/3] Update stack version in CI --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 05516d3..d4ebfd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: with: ghc-version: "9.10.3" enable-stack: true - stack-version: "3.5.1" + stack-version: "3.7.1" - name: Build dependencies run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0923721..45e46da 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: with: ghc-version: ${{ env.GHC_VERSION }} enable-stack: true - stack-version: 3.5.1 + stack-version: 3.7.1 - name: Cache ~/.stack uses: actions/cache@v5