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

Account for cpp-options and ghc-options #73

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

martijnbastiaan
Copy link
Owner

Fixes #71

@martijnbastiaan martijnbastiaan merged commit b793f25 into main Aug 3, 2023
29 checks passed
@martijnbastiaan martijnbastiaan deleted the account-for-cpp-gcc-flags branch August 3, 2023 09:13
martijnbastiaan added a commit that referenced this pull request Aug 3, 2023
This reverts commit b793f25.

This breaks a lot of existing code - while it makes sense to use all
CPP/GHC args for _parsing_, for evaluating code it depends entirely on
the use case. And to invoke the Python Zen:

    In the face of ambiguity, refuse the temptation to guess.
martijnbastiaan added a commit that referenced this pull request Aug 3, 2023
This reverts commit b793f25.

This breaks a lot of existing code - while it makes sense to use all
CPP/GHC args for _parsing_, for evaluating code it depends entirely on
the use case. And to invoke the Python Zen:

    In the face of ambiguity, refuse the temptation to guess.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CPP definitions from .cabal file not picked up
1 participant