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.
cabal path
1 parent 15e22ff commit 1a46b6aCopy full SHA for 1a46b6a
.github/actions/setup-build/action.yml
@@ -7,7 +7,7 @@ inputs:
7
cabal:
8
description: "Cabal version"
9
required: false
10
- default: "3.10.2.0"
+ default: "3.14.2.0"
11
os:
12
description: "Operating system: Linux, Windows or macOS"
13
required: true
.github/workflows/bench.yml
@@ -123,7 +123,7 @@ jobs:
123
matrix:
124
ghc: ['9.8', '9.10']
125
os: [ubuntu-latest]
126
- cabal: ['3.10']
+ cabal: ['3.14']
127
example: ['cabal', 'lsp-types']
128
129
steps:
0 commit comments