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

Fix for aeson-2 #260

Merged
merged 5 commits into from
Nov 17, 2021
Merged

Fix for aeson-2 #260

merged 5 commits into from
Nov 17, 2021

Conversation

brandon-leapyear
Copy link
Contributor

@brandon-leapyear brandon-leapyear commented Nov 15, 2021

This is an old work account. Please reference @brandonchinn178 for all future communication


Resolves #258

Not sure how to / if I should add aeson-2 to the CI matrix, but it builds locally

Copy link
Member

@snoyberg snoyberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

includes:
- os: ubuntu-latest
resolver: nightly
extra_args: --stack-yaml=stack-ghc-9.2.yaml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, on closer inspection, it looks like the builds are reporting using this for all builds now. I'd recommend unifying this with resolver as something like:

resolver:
- --resolver nightly
- --resolver lts-18
- ...
- --stack-yaml=stack-ghc-9.2.yaml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, can you try it again? I used includes instead of include 🤦

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird... I'm not sure why it's not working. But i'll change it anyway

@snoyberg snoyberg merged commit 7f0f9d3 into yesodweb:master Nov 17, 2021
@snoyberg
Copy link
Member

Thanks!

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.

Build error with aeson-2
2 participants