Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Stack/GHC versions #11

Merged
merged 2 commits into from
Sep 17, 2023
Merged
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
2 changes: 1 addition & 1 deletion .ci/stack-8.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ghc-options:
"$locals": -Wall -Wcompat

extra-deps:
- string-interpolate-0.3.1.2@sha256:4d0987f453c66040aa8e482fe28a7d3cdc9d8df01b698bc92f42a592cfb337db,4268
- string-interpolate-0.3.2.1@sha256:a2fc9f9fa5b2ba254227164d2218c1665cff5fd3dae750e77163f6a9d7dcbb90,4125
2 changes: 1 addition & 1 deletion .ci/stack-8.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ ghc-options:
"$locals": -Wall -Wcompat

extra-deps:
- string-interpolate-0.3.1.2@sha256:4d0987f453c66040aa8e482fe28a7d3cdc9d8df01b698bc92f42a592cfb337db,4268
- string-interpolate-0.3.2.1@sha256:a2fc9f9fa5b2ba254227164d2218c1665cff5fd3dae750e77163f6a9d7dcbb90,4125
2 changes: 1 addition & 1 deletion .ci/stack-9.2.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolver: lts-20.8
resolver: lts-20.26
ghc-options:
"$locals": -Wall -Wcompat
2 changes: 1 addition & 1 deletion .ci/stack-9.4.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolver: nightly-2023-01-25
resolver: lts-21.12
ghc-options:
"$locals": -Wall -Wcompat
3 changes: 3 additions & 0 deletions .ci/stack-9.6.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
resolver: nightly-2023-09-17
ghc-options:
"$locals": -Wall -Wcompat
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.5", "9.4.4"]
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.8", "9.4.7", "9.6.2"]
fail-fast: false
steps:
- name: Checkout
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
restore-keys: ${{ runner.os }}-stack-${{ matrix.ghc }}-

- name: Install dependencies
run: stack build --only-dependencies
run: stack build --test --only-dependencies

# Cache dependencies already at this point, so that we do not have to
# rebuild them should the subsequent steps fail
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.5", "9.4.4", "9.6.1"]
ghc: ["8.6.5", "8.8.4", "8.10.7", "9.0.2", "9.2.8", "9.4.7", "9.6.2"]
fail-fast: false
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
resolver: lts-19.23
resolver: lts-21.12
ghc-options:
"$locals": -Wall -Wcompat