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
On haskell-packages side: add an option to include CPP headers, analogous to GHC's -optP-include.
On Cabal side: pass cabal_macros.h to the compiler. See:
cabal_macros.h
Cabal/Distribution/Simple/GHC.hs:1177
Cabal/Distribution/Simple/Program/GHC.hs:309
For the background, see haskell-suite/haskell-names#51
The text was updated successfully, but these errors were encountered:
(When this option is added, it'll also have to be handled in hs-gen-iface.)
Sorry, something went wrong.
No branches or pull requests
On haskell-packages side: add an option to include CPP headers, analogous to GHC's -optP-include.
On Cabal side: pass
cabal_macros.h
to the compiler.See:
Cabal/Distribution/Simple/GHC.hs:1177
Cabal/Distribution/Simple/Program/GHC.hs:309
For the background, see haskell-suite/haskell-names#51
The text was updated successfully, but these errors were encountered: