Skip to content

Commit 565ff52

Browse files
committed
Update Cabal version
1 parent f254587 commit 565ff52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: haskell-actions/setup@v2
2020
with:
2121
ghc-version: '9.4.7'
22-
cabal-version: '2.4'
22+
cabal-version: '3.6'
2323

2424
- name: Cache
2525
uses: actions/cache@v3

lambda-parser.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 2.4
1+
cabal-version: 3.6
22
name: lambda-parser
33
version: 0.1.0.0
44
author: nigosto

0 commit comments

Comments
 (0)