From 4116ded48464a05bd90750ab1bf07529693b6a31 Mon Sep 17 00:00:00 2001 From: Lars Kuhtz Date: Sun, 14 Jul 2024 18:27:35 +0200 Subject: [PATCH] require hashes >= 3.0 --- .github/workflows/applications.yml | 5 ++--- cabal.project | 4 ++-- flake.lock | 6 +++--- pact.cabal | 4 ++-- 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index 0da856f51..3936936d0 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -104,13 +104,12 @@ jobs: /opt/local/lib /usr/local/opt/openssl/lib/ EOF - - name: Extend cabal.project.local for GHC-9.0.2 - if: "startsWith(matrix.ghc, '9')" + - name: Set -Wwarn cabal.project.local shell: bash run: | cat >> cabal.project.local <=2.3.27 , directory >=1.2.6.2 , errors >=2.3 - , ethereum >= 0.1 + , ethereum >= 0.1.0.2 , exceptions >=0.8.3 , filepath >=1.4.1.0 , groups , hashable >=1.4 - , hashes >= 0.2 + , hashes >= 0.3 , lens >=4.14 , megaparsec >=9 , memory