Skip to content

Commit 8f4b44e

Browse files
committed
Change GHC version to 8.10.7
1 parent ee37cfd commit 8f4b44e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
env:
22
cache_generation: 2023-06-12
3-
ghc_version: 9.0.2
3+
ghc_version: 8.10.7
44

55
# NOTE: Please keep .mergify.yml in sync when adding or removing any jobs.
66
name: main
@@ -34,7 +34,8 @@ jobs:
3434
name: "Setup Haskell environment"
3535
uses: haskell/actions/setup@v2
3636
with:
37-
enable-stack: true
37+
ghc-version: ${{ env.ghc_version }}
38+
cabal-version: '3.10.1.0'
3839
- name: "Cache"
3940
uses: actions/cache@v3
4041
with:

0 commit comments

Comments
 (0)