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 85e26b5 commit 7860a7fCopy full SHA for 7860a7f
.github/workflows/checks.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: input-output-hk/actions/haskell@latest
52
id: setup-haskell
53
with:
54
- cabal-version: "3.10.1.0"
+ cabal-version: "3.12.1.0"
55
56
- uses: actions/checkout@v4
57
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
# Modify this value to "invalidate" the Cabal cache.
39
CABAL_CACHE_VERSION: "2024-01-29"
40
41
- CABAL: "3.10.3.0"
+ CABAL: "3.12.1.0"
42
43
steps:
44
0 commit comments