Skip to content

Commit fe0563c

Browse files
committed
bump cabal version
1 parent 20e8303 commit fe0563c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code_check_backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: haskell-actions/setup@v2
1515
with:
1616
ghc-version: '9.2.7'
17-
cabal-version: '3.6.0.0'
17+
cabal-version: '3.10.2.0'
1818

1919
- name: Use Python
2020
uses: actions/setup-python@v2
@@ -42,7 +42,7 @@ jobs:
4242
uses: haskell-actions/setup@v2
4343
with:
4444
ghc-version: '9.2.7'
45-
cabal-version: '3.6.0.0'
45+
cabal-version: '3.10.2.0'
4646

4747
- name: Use Python
4848
uses: actions/setup-python@v2

govtool/backend/vva-be.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 3.6
1+
cabal-version: 3.10.2.0
22
name: vva-be
33
version: 2.0.29
44

0 commit comments

Comments
 (0)