-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
cedille: build with haskell-stack #67282
Conversation
Does |
Hmm, that's a good question, I'm not sure myself |
Well, CI passed.. so I guess not?
|
lgtm. 💯 |
I got inferred from the stack.yaml, so that is vendored in the build process (we will need to look at it later) |
So that means it installed its own |
🤖 A scheduled task has triggered a merge. |
to my understanding, yes. you can also check discussions on this PR, Homebrew/brew#6945 |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?