-
Notifications
You must be signed in to change notification settings - Fork 374
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
yesod-core-1.6.26.0 does not compile #1854
Comments
Also hitting this |
Possibly fixed by PR #1852 |
The fix for now is to add
|
Package maintainers FelipeLessa, GregWeber, MichaelSnoyman, psibi, andrewthad, MaxGabriel, parsonsmatt (@parsonsmatt, @snoyberg, @gregwebs, @MaxGabriel, @Vlix..): Could we please have a revision at https://hackage.haskell.org/package/yesod-core adding the wai-extra < 3.1.17 bound as a quick fix ? This has been broken I guess since 11/6, when nideco uploaded wai-extra-3.1.17 to hackage. Stackage maintainers noticed it the same day. Multiple others have been hitting it (above). Packagers of my new release are hitting it. It takes a minute to add the revision. Hope you'll notice this. Many thanks. :) |
I'm no maintainer of Yesod, unfortunately. I hope @parsonsmatt or someone from the Yesod maintainers can make a quick revision. |
I've published a revision for |
Thank you both! |
Reminder, the bound should also be added at https://github.com/yesodweb/yesod/blob/master/yesod-core/yesod-core.cabal so it doesn't resurface on next release. |
My guess is that version constraints for some of the dependencies are not accurate:
The text was updated successfully, but these errors were encountered: