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

Compatibility with versions of Persistent both before and after 2.5. #150

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

tebello-thejane
Copy link

@tebello-thejane tebello-thejane commented Sep 9, 2016

  • Added support for persistent >= 2.5.
  • Still compatible with persistent < 2.5.
  • Compatible with GHC versions from at least 7.8.1 up to 8.0.1.
  • Added Travis-CI build to confirm GHC compatibility, and catch any possible future breaks.

The type signature changes were adapted from PR #149, with the addition of CPP for backward compatibility.

Solves issue #137.

@tebello-thejane
Copy link
Author

tebello-thejane commented Sep 9, 2016

For some reason if I use GHC and cabal-install in the .travis.yml file Travis-CI hangs on GHC 7.10.1 and up.

At least using Stackage LTS 1.* gives us the confidence that we can build on GHC 7.8.4 and up.

@peti
Copy link

peti commented Sep 17, 2016

It's probably a bad idea to mix up travis-ci related changes with this PR.

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.

None yet

2 participants