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

Allow compilation with aeson 2.2.0.0. #220

Merged
merged 2 commits into from
Jul 1, 2023
Merged

Commits on Jun 29, 2023

  1. Allow compilation with aeson 2.2.0.0.

    This version of aeson removes Data.Aeson.Internal, but exports the
    things yaml needed from it in Data.Aeson.Types.
    
    CPP has been used to make it work with both 2.2 and earlier versions.
    However, I was only able to test with aeson 2.1; attempts to constrain
    the build to earlier versions did not produce a viable build path.
    
    Closes snoyberg#219.
    jgm committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3ec4100 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Make the patch more conservative.

    With this change, the code for aeson < 2.2 should be identical to
    what it was before -- so we can be confident it won't break anything
    that worked before.
    jgm committed Jun 30, 2023
    2 Configuration menu
    Copy the full SHA
    c41822b View commit details
    Browse the repository at this point in the history