diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7246dfd..d4ebfd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,9 +48,9 @@ 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" + stack-version: "3.7.1" - name: Build dependencies run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d64c2c..45e46da 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: @@ -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 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