-
Notifications
You must be signed in to change notification settings - Fork 55
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
LLVM dependency #277
Comments
Can you share more details (full stack trace, more system details, etc.)? I'm running the following without issue:
|
@jrrk2 I'm very interested in fixing any issues with the listed dependencies or build instructions. Can you please respond to my comment above? Thank you! |
I think this is the same as #280 (comment). Can you see if the latest version still depends on LLVM? |
Based on your reply #280 (comment), it sounds like the upgraded compiler indeed no longer depends on LLVM when built on Apple Silicon. I believe this issue is now resolved, so I'm closing it. Please reopen if necessary! |
The README mentions that stack has to be installed, but after installation on homebrew it complains:
Installed GHC.
: error:
Warning: Couldn't figure out LLVM version!
Make sure you have installed LLVM between [9 and 13)
llvm should be mentioned as a dependency for the sake of systems that don't know that. On homebrew OSX 14.2.1 (23C71), version 17.0.6 is installed by default, llvm@13 has to be explicitly specified.
After that happy is happy
The text was updated successfully, but these errors were encountered: