Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

echidna: add upstream ref for GHC 9.8 #203339

Merged
merged 1 commit into from
Jan 6, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/e/echidna.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Echidna < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "ca3e2796402ea85f7f013c4cd11827e6f65b462247df88ba8c6ad08c3f510f0c"
end

depends_on "[email protected]" => :build
depends_on "[email protected]" => :build # GHC 9.8 PR: https://github.com/crytic/echidna/pull/1334
depends_on "haskell-stack" => :build

depends_on "truffle" => :test
Expand Down
Loading