Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading