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
I remember recently feature of being able to pass a flag to stack ghci was implemented (thanks!). Unfortunately, it doesn't quite work.
stack ghci
Here, I created a repository with simple project which should print "True" when flag production is set, but it doesn't: https://github.com/k-bx/stack-bug-flag
production
Please check it out. Thank you!
The text was updated successfully, but these errors were encountered:
Pass cpp-options to ghci #1419
7a004b4
Thanks for the report! Fixed in 7a004b4
Sorry, something went wrong.
mgsloan
No branches or pull requests
I remember recently feature of being able to pass a flag to
stack ghci
was implemented (thanks!). Unfortunately, it doesn't quite work.Here, I created a repository with simple project which should print "True" when flag
production
is set, but it doesn't: https://github.com/k-bx/stack-bug-flagPlease check it out. Thank you!
The text was updated successfully, but these errors were encountered: