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

Update CPP MIN_VERSION_* checks #109

Merged
merged 2 commits into from Jun 16, 2017
Merged

Update CPP MIN_VERSION_* checks #109

merged 2 commits into from Jun 16, 2017

Commits on Jun 15, 2017

  1. Remove tautological CPP blocks regarding conduit versions

    These changes should affect neither the interface nor the behaviour
    of this library.
    
    dee4776 introduced compatibility with
    conduit 1.0, while retaining compatibility with pre-1.0 conduit.
    Because yaml has required conduit 1.0+ since
    932a36a, these version checks are
    no longer necessary.
    
    aa154a5 introduced compatibility with
    conduit 1.1, while retaining compatibility with pre-1.1 conduit.
    Because yaml has required conduit 1.1+ since
    fe4ef27, these version checks are
    no longer necessary.
    stiiin committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    0f18162 View commit details
    Browse the repository at this point in the history
  2. Add CPP blocks to deal with deprecations in aeson-1.0.0

    aeson 1.0.0.0 deprecates Data.Aeson.Encode. This change changes
    the relevant import statement to import from Data.Aeson.Text,
    while retaining compatibility with pre-1.0.0 aeson through CPP.
    stiiin committed Jun 15, 2017
    Configuration menu
    Copy the full SHA
    44779be View commit details
    Browse the repository at this point in the history