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

fails to build against HP #190

Closed
bergey opened this issue May 23, 2014 · 1 comment
Closed

fails to build against HP #190

bergey opened this issue May 23, 2014 · 1 comment

Comments

@bergey
Copy link
Member

bergey commented May 23, 2014

Opening this issue to give a place to discuss the current round of build failures. For example:

https://travis-ci.org/diagrams/diagrams-lib/jobs/25631421

One option is not to care; a normal cabal install will just install a new attoparsec, which won't immediately break anything. But we should at least discuss this before releasing 1.2.

As far as I understand:
lens pulls in aeson-0.7.*, which pulls in attoparsec. HP has attoparsec-0.10.4, which limits us to aeson<0.7.0.5. In practice, 0.7.0.4 has enough upper bounds to actually work. The missing upper bounds mean that Cabal always prefers scientific-0.3, and versions of aeson that can't actually build that way.

Constraining aeson to 0.7.0.4 allows travis to build on the Platform: https://travis-ci.org/diagrams/diagrams-core/builds/25829016. We could of course add this in our .travis.yml instead.

@bergey
Copy link
Member Author

bergey commented May 25, 2014

I just pushed the aeson constraint to diagrams-travis

@bergey bergey closed this as completed May 25, 2014
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

No branches or pull requests

1 participant