Skip to content

Commit 7ad4cbf

Browse files
authored
Update ghc and cabal version in ci build
1 parent 54e39c9 commit 7ad4cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: actions/setup-haskell@v1
2020
with:
21-
ghc-version: '8.10.3'
22-
cabal-version: '3.2'
21+
ghc-version: '9.10.1'
22+
cabal-version: '3.12.1.0'
2323

2424
- name: Cache
2525
uses: actions/cache@v3

0 commit comments

Comments
 (0)