Skip to content

Commit

Permalink
Upgrade GHC 9.2.2 to 9.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Nov 28, 2023
1 parent 3d71841 commit 5bb5b01
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ common:ghc_8_10_7 --repo_env=GHC_VERSION=8.10.7

common:ghc_9_0_2 --repo_env=GHC_VERSION=9.0.2

common:ghc_9_2_2 --repo_env=GHC_VERSION=9.2.2
common:ghc_9_2_5 --repo_env=GHC_VERSION=9.2.5

try-import .bazelrc.local
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc-version: ["ghc_8_10_7", "ghc_9_0_2", "ghc_9_2_2"]
ghc-version: ["ghc_8_10_7", "ghc_9_0_2", "ghc_9_2_5"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 5bb5b01

Please sign in to comment.