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

Don't pass --with-hpack to Setup.hs configure #3696 #3703

Merged
merged 1 commit into from
Dec 24, 2017

Conversation

mgsloan
Copy link
Contributor

@mgsloan mgsloan commented Dec 23, 2017

Pinging @scott-fleischman - any thoughts on why this worked with #3443 ? Maybe Cabal-1.24 was less strict about --with-* options?

Please include the following checklist in your PR:

  • Any changes that could be relevant to users have been recorded in the ChangeLog.md
  • The documentation has been updated, if necessary.

Tested by

stack new issue3696
cd issue3696
stack build hpack
stack build --with-hpack=hpack

(reproduced the issue)

After this fix, the issue no longer occurs.

@scott-fleischman
Copy link
Contributor

I don't know why it worked before—the less strict idea is a reasonable guess. I imitated the with-ghc code I think initially and neglected to review this code to see if it made sense. Thanks for fixing it!

@mgsloan
Copy link
Contributor Author

mgsloan commented Dec 24, 2017

Cool, no worries @scott-fleischman , just curious if there was a particular usecase for passing it into configure.

@mgsloan mgsloan merged commit 93b5fad into master Dec 24, 2017
@mgsloan mgsloan deleted the no-configure-with-hpack-arg-3696 branch January 2, 2018 09:52
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.

3 participants