haskelly-dev / Haskelly

Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
https://marketplace.visualstudio.com/items?itemName=UCL.haskelly
GNU General Public License v3.0
152 stars 17 forks source link

Haskelly doesn't work with LTS-10.2 #67

Closed BillyBadBoy closed 6 years ago

BillyBadBoy commented 6 years ago

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 commented 6 years ago

How did you solve this?

varosi commented 6 years ago

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 commented 6 years ago

Ok. Thanks

On 28 Feb 2018 12:22, "varosi" notifications@github.com wrote:

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.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/haskelly-dev/Haskelly/issues/67#issuecomment-369223123, or mute the thread https://github.com/notifications/unsubscribe-auth/ASnGzlAqjkbjYTL9TrlH2h5YIeajxweNks5tZUT-gaJpZM4RWHVZ .