We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897e8f0 commit 7c185eeCopy full SHA for 7c185ee
.github/workflows/haskell.yml
@@ -43,6 +43,7 @@ jobs:
43
id: cabal-setup-haskell
44
with:
45
ghc-version: ${{ matrix.plan.ghc }}
46
+ cabal-version: '3.12'
47
48
- name: Configure and freeze
49
run: |
0 commit comments