Getting this error on my repository where I tried to use a dependency from GitHub:
$ stack build
Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for quickcheck-fail-0.1.0.0:
ifctx must match -any, but the stack configuration has no specified version
needed since quickcheck-fail is a build target.
Some potential ways to resolve this:
* 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.
I'm out of ideas what exactly is wrong here. Please see the repo to reproduce: https://github.com/k-bx/quickcheck-fail