Skip to content

Commit

Permalink
require hashes >= 3.0 (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
larskuhtz authored Jul 18, 2024
1 parent faac4b1 commit 532d74d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF
package pact
ghc-options: -Wwarn -Wunused-packages
ghc-options: -Wwarn
EOF
- name: Add check for unused packages
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ allow-newer: trifecta:*
source-repository-package
type: git
location: https://github.com/kadena-io/kadena-ethereum-bridge.git
tag: a32d901e4a79be62af9c27c01152c9a4c3912a62
--sha256: sha256-xdawv/tdjh61MbJKcBqm9Fje36+gVljuZsAxOTX1gP0=
tag: 3837c4c81f1beaffc1d52375e61576366d49170a
--sha256: 1knhscph2g3saz0pjd1d5a32mr281msapccfrillgd2qk4pj7xjc

6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pact.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,12 @@ library
, direct-sqlite >=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
Expand Down

0 comments on commit 532d74d

Please sign in to comment.