From 98ba9097fac601e80c73de7f7ae4aca08fe2ecb3 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Mon, 6 Jan 2025 10:58:58 -0500 Subject: [PATCH] echidna: add upstream ref for GHC 9.8 --- Formula/e/echidna.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/e/echidna.rb b/Formula/e/echidna.rb index 5ef7a2eaaeed..c78d5823fa72 100644 --- a/Formula/e/echidna.rb +++ b/Formula/e/echidna.rb @@ -21,7 +21,7 @@ class Echidna < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "ca3e2796402ea85f7f013c4cd11827e6f65b462247df88ba8c6ad08c3f510f0c" end - depends_on "ghc@9.6" => :build + depends_on "ghc@9.6" => :build # GHC 9.8 PR: https://github.com/crytic/echidna/pull/1334 depends_on "haskell-stack" => :build depends_on "truffle" => :test