-
Notifications
You must be signed in to change notification settings - Fork 85
Catch up with cabal modifications on hackage #88
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
Conversation
@simonmar this one is a pain due to commercialhaskell/stack#3151 (comment) and would need another bugfix release. |
@simonmar any feedback? |
This looks ok to me. Is this correct @hvr ? |
Yeah, the problem @domenkozar still encounters is the very issue why there's a more fundamental problem with |
Oh dear, correcting this sounds like quite a yak shave. |
Adding the following to the
|
For the record, if I have a |
@simonmar so all being said, it would be really useful to have this merged and released to hackage. |
If installing Happy requires Happy, it's a bug. (similarly for Alex). Happy is not supposed to require bootstrapping because we ship the pre-generated That said, I have little clue about the issues being raised here and I'm a bit short on capacity to fully understand everything, so I'm happy to click green buttons if people are sure that this is the right way forwards and won't break any existing functionality. |
From @domenkozar and @snoyberg's comment, it sounds like the proposed added @hvr @erikd Can you confirm that it works for you too? Then we could ask @simonmar to merge. |
What helped in my case was:
The build with GHC 8.4.1-alpha1 succeeded thereafter.. |
See http://hackage.haskell.org/package/happy-1.19.5/revisions/
Stil couldn't get it to build with: