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

changing ghc-options in stack.yaml should trigger a rebuild #2277

Closed
jwaldmann opened this issue Jun 17, 2016 · 3 comments
Closed

changing ghc-options in stack.yaml should trigger a rebuild #2277

jwaldmann opened this issue Jun 17, 2016 · 3 comments

Comments

@jwaldmann
Copy link

When I add or change a ghc-options section in my stack.yaml, like this

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.

@harendra-kumar
Copy link
Collaborator

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.

@jwaldmann
Copy link
Author

Ok, thanks.

@mgsloan
Copy link
Contributor

mgsloan commented Jul 27, 2016

This is tracked by #2063

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants