Skip to content

Add the latest GHC to travis-ci build. #33

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

Closed
wants to merge 1 commit into from
Closed

Add the latest GHC to travis-ci build. #33

wants to merge 1 commit into from

Conversation

tebello-thejane
Copy link
Contributor

No description provided.

@tebello-thejane
Copy link
Contributor Author

Damn! The cabal solver strikes again.

For some reason vector-0.11.0.0 and Chart-1.5.1 cannot coexist. When faced with the decision to either install vector-0.10.12.3 or Chart-1.0, cabal chooses Chart-1.0, thus breaking the build.

Also see haskell/cabal#2759

@hvr
Copy link

hvr commented Aug 14, 2015

@tebello-thejane how can cabal know that it's supposed to choose vector-0.10.12.3 over Chart-1.0? :-)

This is a constraint-satisfaction problem with a non-unique solution, and there's no way to tell for the solver which of the solutions is to be preferred, as both are solutions are "non-optimal" (in the sense that none can use the latest versions of all packages)

@bitonic
Copy link
Collaborator

bitonic commented Aug 15, 2015

Thanks, I added this myself and since I also wanted to remove the previous one.

@bitonic bitonic closed this Aug 15, 2015
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.

3 participants