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 20e8303 commit fe0563cCopy full SHA for fe0563c
.github/workflows/code_check_backend.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: haskell-actions/setup@v2
15
with:
16
ghc-version: '9.2.7'
17
- cabal-version: '3.6.0.0'
+ cabal-version: '3.10.2.0'
18
19
- name: Use Python
20
uses: actions/setup-python@v2
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
govtool/backend/vva-be.cabal
@@ -1,4 +1,4 @@
1
-cabal-version: 3.6
+cabal-version: 3.10.2.0
2
name: vva-be
3
version: 2.0.29
4
0 commit comments