Skip to content

Commit

Permalink
Update Cabal version in nix and on GithubActions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Jan 14, 2025
1 parent c508794 commit e98520f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: input-output-hk/actions/haskell@latest
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 3.12.1.0
cabal-version: 3.14

- name: Configure to use libsodium
run: |
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
uses: input-output-hk/actions/haskell@latest
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: 3.12.1.0
cabal-version: 3.14

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

- name: Install gen-hie if not cached
if: steps.cache-gen-hie.outputs.cache-hit != 'true'
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
# tools we want in our shell, from hackage
tools =
{
cabal = "3.12.1.0";
cabal = "3.14.1.0";
ghcid = "0.8.9";
}
// lib.optionalAttrs (config.compiler-nix-name == defaultCompiler) {
Expand Down

0 comments on commit e98520f

Please sign in to comment.