Skip to content

Commit a715855

Browse files
authored
Merge pull request #33 from georgefst/fix-ci-ghc-9.4
Try to fix CI
2 parents 6482d8a + e1e01d7 commit a715855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-haskell@v1
2121
with:
22-
ghc-version: '8.8.2'
23-
cabal-version: '3.0'
22+
ghc-version: '9.4.5'
23+
cabal-version: '3.6.2.0'
2424

2525
- name: Install libevdev
2626
run: sudo apt install -y libevdev-dev

0 commit comments

Comments
 (0)