File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change 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 ) {
You can’t perform that action at this time.
0 commit comments