Skip to content

Commit e98520f

Browse files
committed
Update Cabal version in nix and on GithubActions CI
1 parent c508794 commit e98520f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: input-output-hk/actions/haskell@latest
8888
with:
8989
ghc-version: ${{ matrix.ghc }}
90-
cabal-version: 3.12.1.0
90+
cabal-version: 3.14
9191

9292
- name: Configure to use libsodium
9393
run: |
@@ -266,7 +266,7 @@ jobs:
266266
uses: input-output-hk/actions/haskell@latest
267267
with:
268268
ghc-version: ${{ matrix.ghc }}
269-
cabal-version: 3.12.1.0
269+
cabal-version: 3.14
270270

271271
- name: Set up Ruby 2.7
272272
if: contains(fromJson(env.packages-with-ruby-cddl-tests), matrix.package)
@@ -432,7 +432,7 @@ jobs:
432432
uses: input-output-hk/actions/haskell@latest
433433
with:
434434
ghc-version: 9.10.1
435-
cabal-version: 3.12.1.0
435+
cabal-version: 3.14
436436

437437
- name: Install gen-hie if not cached
438438
if: steps.cache-gen-hie.outputs.cache-hit != 'true'

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
# tools we want in our shell, from hackage
106106
tools =
107107
{
108-
cabal = "3.12.1.0";
108+
cabal = "3.14.1.0";
109109
ghcid = "0.8.9";
110110
}
111111
// lib.optionalAttrs (config.compiler-nix-name == defaultCompiler) {

0 commit comments

Comments
 (0)