Unable to install wavy via stack

Issue #11 new
Former user created an issue

Running

stack install wavy

results in the following error.

..[$] <()> stack install wavy

Error: While constructing the build plan, the following exceptions were e
ncountered:

In the dependencies for wavy-0.1.0.0:
    binary-0.8.3.0 must match ==0.7.* (latest applicable is 0.7.6.1)
    containers-0.5.7.1 must match ==0.4.* (latest applicable is 0.4.2.1)
    filepath-1.4.1.1 must match ==1.3.* (latest applicable is 1.3.0.2)
    riff must match >=0.3 && <0.4, but the stack configuration has no spe
cified version (latest applicable is 0.3.0.1)
    vector-0.11.0.0 must match ==0.10.* (latest applicable is 0.10.12.3)

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

You may also want to try the 'stack solver' command
Plan construction failed.

It seems that the dependencies can not be fulfilled with the current version of stack.

Comments (0)

  1. Log in to comment