Hi, I'm trying to build project by README.md instructions but it fails
Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for wasm-1.0.1:
primitive-0.6.3.0 from stack configuration does not match >=0.7 (latest matching version is 0.7.0.1)
needed since wasm is a build target.
Some different approaches to resolving this:
* Set 'allow-newer: true' in /home/keroosha/.stack/config.yaml to ignore all version constraints and build anyway.
* Recommended action: try adding the following to your extra-deps in /home/keroosha/kitchen/haskell/test/haskell-wasm/stack.yaml:
- primitive-0.7.0.1@sha256:a381571c36edc7dca28b77fe8159b43c14c640087ec5946adacf949feec64231,3433
Plan construction failed.
Hi, I'm trying to build project by README.md instructions but it fails
stack version