-
Notifications
You must be signed in to change notification settings - Fork 78
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
Aeson incompatibility compile error #207
Comments
I'm very happy to take a look at a fix now (hopefully shouldn't be too taxing!) if a PR would be welcomed? |
I just ran headlong into this one too. This is the second major breakage I've seen in an important public package today. |
Me too. BTW, should we make sure the CI passes before releasing to the hackage? |
Looks like the CI matrix wasn't using a recent enough snapshot to catch aeson 2 changes. I've reverted the change (#206) that caused the breakage and added LTS 20 in #208. @jonathanlking if you're interested in trying to fix the PR that caused the breakage, that sounds great, but I'm also fine leaving the new feature out. |
#209 - PR here hopefully fixing this issue |
I think there is a regression introduced in
yaml-0.11.9.0
which causes a compile error withaeson-2.1.1.0
.The
yaml.cabal
hasaeson >=0.11
, so I think it's meant to work withaeson-2.1.1.0
?The error is:
I got this from using Cabal, but it also appears to be happening on the Stackage nightly CI build.
The text was updated successfully, but these errors were encountered: