You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On 28 Feb 2018 12:22, "varosi" ***@***.***> 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
<#67 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASnGzlAqjkbjYTL9TrlH2h5YIeajxweNks5tZUT-gaJpZM4RWHVZ>
.
When I run:
stack install intero QuickCheck stack-run
I get this:
The text was updated successfully, but these errors were encountered: