We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I have a module that uses LANGUAGE ForeignFunctionInterface, I get this warning:
Illegal foreign declaration: requires via-C, llvm (-fllvm) or native code generation (-fvia-C) When checking declaration: foreign export ccall "odbGitHubBackendFreeCallback" odbGitHubBackendFreeCallback :: F'git_odb_backend_free_callback
This doesn't happen with ghc or ghc-mod.
The text was updated successfully, but these errors were encountered:
Merge pull request bitc#7 from ranjitjhala/master
21f5ade
Update README and bug fix
No branches or pull requests
When I have a module that uses LANGUAGE ForeignFunctionInterface, I get this warning:
This doesn't happen with ghc or ghc-mod.
The text was updated successfully, but these errors were encountered: