We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee37cfd commit 8f4b44eCopy full SHA for 8f4b44e
.github/workflows/main.yml
@@ -1,6 +1,6 @@
1
env:
2
cache_generation: 2023-06-12
3
- ghc_version: 9.0.2
+ ghc_version: 8.10.7
4
5
# NOTE: Please keep .mergify.yml in sync when adding or removing any jobs.
6
name: main
@@ -34,7 +34,8 @@ jobs:
34
name: "Setup Haskell environment"
35
uses: haskell/actions/setup@v2
36
with:
37
- enable-stack: true
+ ghc-version: ${{ env.ghc_version }}
38
+ cabal-version: '3.10.1.0'
39
- name: "Cache"
40
uses: actions/cache@v3
41
0 commit comments