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 add or change a ghc-options section in my stack.yaml, like this
ghc-options
ghc-options: my-project: -fno-omit-yields
where my-project is the current (local) package, I expect that the next stack install rebuilds this project, but it does not.
my-project
stack install
The text was updated successfully, but these errors were encountered:
I too have encountered this many times. I have to do a stack clean when I change any compiler flags e.g. when I add or remove -fllvm.
-fllvm
Sorry, something went wrong.
Ok, thanks.
stack clean
This is tracked by #2063
No branches or pull requests
When I add or change a
ghc-options
section in my stack.yaml, like thiswhere
my-project
is the current (local) package, I expect that the nextstack install
rebuilds this project, but it does not.The text was updated successfully, but these errors were encountered: