Skip to content

Commit 8bae402

Browse files
committed
Bump GHC and Cabal versions
1 parent 6468f3c commit 8bae402

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: haskell/actions/setup@v1
2121
with:
22-
ghc-version: '8.8.2'
23-
cabal-version: '3.0'
22+
ghc-version: '8.10'
23+
cabal-version: '3.6'
2424

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

0 commit comments

Comments
 (0)