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

Haskelly doesn't work with LTS-10.2 #67

Closed
BillyBadBoy opened this issue Jan 8, 2018 · 3 comments
Closed

Haskelly doesn't work with LTS-10.2 #67

BillyBadBoy opened this issue Jan 8, 2018 · 3 comments

Comments

@BillyBadBoy
Copy link

When I run:

stack install intero QuickCheck stack-run

I get this:

Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for stack-run-0.1.1.4:
    conduit-extra-1.2.3.1 from stack configuration does not match >=1.1 && <1.2 (latest matching version is 1.1.17)
needed since stack-run is a build target.

Some potential ways to resolve this:

  * Recommended action: try adding the following to your extra-deps in /home/wem/.stack/global-project/stack.yaml:

- conduit-extra-1.1.17

  * Set 'allow-newer: true' to ignore all version constraints and build anyway.

  * You may also want to try using the 'stack solver' command.

Plan construction failed.

@Genora51
Copy link

How did you solve this?

@varosi
Copy link

varosi commented Feb 28, 2018

It's written in the error message. You need to add:

"- conduit-extra-1.1.17"

in extra-deps section of /home/wem/.stack/global-project/stack.yaml file in order to build Intero.

@Genora51
Copy link

Genora51 commented Feb 28, 2018 via email

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

3 participants