Skip to content

Commit a1a4236

Browse files
committed
Use cabal 3.14 to let CI use cabal path code path in hie-bios
1 parent eb06c6f commit a1a4236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/setup-build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
cabal:
88
description: "Cabal version"
99
required: false
10-
default: "3.10.2.0"
10+
default: "3.14.2.0"
1111
os:
1212
description: "Operating system: Linux, Windows or macOS"
1313
required: true

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
matrix:
124124
ghc: ['9.8', '9.10']
125125
os: [ubuntu-latest]
126-
cabal: ['3.10']
126+
cabal: ['3.14']
127127
example: ['cabal', 'lsp-types']
128128

129129
steps:

0 commit comments

Comments
 (0)