Skip to content

Instantly share code, notes, and snippets.

@fragamus
Created July 25, 2019 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fragamus/249530d5662621138e2db39467234963 to your computer and use it in GitHub Desktop.
Save fragamus/249530d5662621138e2db39467234963 to your computer and use it in GitHub Desktop.
Error: While constructing the build plan, the following exceptions were encountered:
In the dependencies for twi-0.1.0.0:
template-haskell-2.11.1.0 from stack configuration does not match >=2.14.0.0 (latest
matching version is 2.14.0.0)
needed since twi is a build target.
Some different approaches to resolving this:
* Set 'allow-newer: true'
in /Users/asdf/.stack/config.yaml to ignore all version constraints and build anyway.
* Recommended action: try adding the following to your extra-deps
in /Users/asdf/twi/stack.yaml:
- template-haskell-2.14.0.0@sha256:e3747ae9e2aeec160196706dd470b5fc4175678ec4136bcec9124534f67d83bc,1724
Plan construction failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment