From b91be36b7a50cc1de5a0489d380c7191d7689b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Mon, 23 Oct 2023 23:32:36 -0300 Subject: [PATCH] hevm: pin to newer version supporting GHC 9.4 --- flake.nix | 6 +++--- stack.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 4f3d32dea..0a740d00b 100644 --- a/flake.nix +++ b/flake.nix @@ -40,10 +40,10 @@ hevm = pkgs.haskell.lib.dontCheck ( pkgs.haskellPackages.callCabal2nix "hevm" (pkgs.fetchFromGitHub { - owner = "ethereum"; + owner = "elopez"; repo = "hevm"; - rev = "release/0.51.3"; - sha256 = "sha256-H6oURBGoQWSOuPhBB+UKg2UarVzXgv1tmfDBLnOtdhU="; + rev = "release/0.51.3-plus-ghc-9.4-support"; + sha256 = "sha256-gJMFYfsPqf5XZyyPDGJLqr9q9RpXkemGeUQUvFT6V0E"; }) { secp256k1 = pkgs.secp256k1; }); # FIXME: figure out solc situation, it conflicts with the one from diff --git a/stack.yaml b/stack.yaml index ee0296e77..cb19c1775 100644 --- a/stack.yaml +++ b/stack.yaml @@ -4,8 +4,8 @@ packages: - '.' extra-deps: -- git: https://github.com/ethereum/hevm.git - commit: 211fff90a32824c39bed48e61d4ef722b8d1bad1 +- git: https://github.com/elopez/hevm.git + commit: 6ffb685574b556ef148c884b412a92c6909c2b4f - restless-git-0.7@sha256:346a5775a586f07ecb291036a8d3016c3484ccdc188b574bcdec0a82c12db293,968 - s-cargot-0.1.4.0@sha256:61ea1833fbb4c80d93577144870e449d2007d311c34d74252850bb48aa8c31fb,3525